Adobe
9A0-410 · Question #44
An organization needs a reusable function in a design template that receives a numeric value. How should the function be declared?
The correct answer is C. function ProcessData(int value). See the full explanation below for the reasoning.
Question
An organization needs a reusable function in a design template that receives a numeric value. How should the function be declared?
Options
- Afunction ProcessData(var value)
- Bfunction ProcessData(value)
- Cfunction ProcessData(int value)
- Dpublic void ProcessData(int value)
How the community answered
(24 responses)- A4% (1)
- B4% (1)
- C75% (18)
- D17% (4)
Community Discussion
No community discussion yet for this question.