Adobe
9A0-182 · Question #31
Which statement about implementing an interface within an ActionScript class is true?
The correct answer is D. You must implement the methods defined within the interface and any interface extended by. See the full explanation below for the reasoning.
Question
Which statement about implementing an interface within an ActionScript class is true?
Options
- AYou can only implement a single interface
- BYou may use private methods when implementing the methods within the interface
- CYou must implement the methods defined within the interface and any interface implemented
- DYou must implement the methods defined within the interface and any interface extended by
How the community answered
(13 responses)- A8% (1)
- C15% (2)
- D77% (10)
Community Discussion
No community discussion yet for this question.