nerdexam
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)
  • A
    4% (1)
  • B
    4% (1)
  • C
    75% (18)
  • D
    17% (4)

Community Discussion

No community discussion yet for this question.

Full 9A0-410 Practice