nerdexam
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)
  • A
    3% (1)
  • B
    5% (2)
  • C
    8% (3)
  • D
    85% (33)

Community Discussion

No community discussion yet for this question.

Full 9A0-182 Practice