Adobe
9A0-182 · Question #37
You are extending the Event class as MyEventClass. What must be done within the constructor?
The correct answer is A. You must invoke the constructor of the Event class using super(type). Adobe 9A0-182 Exam
Interactivity and ActionScript 3.0
Question
You are extending the Event class as MyEventClass. What must be done within the constructor?
Options
- AYou must invoke the constructor of the Event class using super(type)
- BYou must invoke the constructor of the Event class using super.Event(type)
- CA constructor for the extended event is not necessary
- DThe constructor should be declared, but left empty
How the community answered
(30 responses)- A83% (25)
- B10% (3)
- C3% (1)
- D3% (1)
Explanation
Adobe 9A0-182 Exam
Topics
#ActionScript 3.0#Event class inheritance#super constructor#class extension
Community Discussion
No community discussion yet for this question.