Adobe
9A0-182 · Question #30
Give the ActionScript class: public class MyClass implements IResizable { } What can be said about MyClass?
The correct answer is D. MyClass must have all methods defined in IResizable. See the full explanation below for the reasoning.
Question
Give the ActionScript class:
public class MyClass implements IResizable { } What can be said about MyClass?
Options
- AMyClass inherits all the functionality of the IResizable class
- BMyClass is the super class of the IResizable class
- CIResizable is the super class of MyClass
- DMyClass must have all methods defined in IResizable
How the community answered
(39 responses)- A3% (1)
- B5% (2)
- C8% (3)
- D85% (33)
Community Discussion
No community discussion yet for this question.