Adobe
9A0-182 · Question #28
Which statement about defining an ActionScript class is true?
The correct answer is B. To add object properties at runtime, a class must be declared dynamic. See the full explanation below for the reasoning.
Question
Which statement about defining an ActionScript class is true?
Options
- AYou can define multiple public classes within a single ActionScript file
- BTo add object properties at runtime, a class must be declared dynamic
- CClass properties are bindable by default
- DThe default access modifier is protected
How the community answered
(43 responses)- A5% (2)
- B70% (30)
- C9% (4)
- D16% (7)
Community Discussion
No community discussion yet for this question.