Adobe
9A0-182 · Question #16
What must you do when extending the Event class?
The correct answer is A. invoke the superclass constructor within your custom constructor. See the full explanation below for the reasoning.
Question
What must you do when extending the Event class?
Options
- Ainvoke the superclass constructor within your custom constructor
- Bdefine an Event annotation within your derived Event class
- Coverride the clone() method of the parent class
- Ddefine an object to contain all custom properties passed to the event
How the community answered
(39 responses)- A79% (31)
- B3% (1)
- C10% (4)
- D8% (3)
Community Discussion
No community discussion yet for this question.