ActionScript is considered a(n) ____________________ language, which uses a modular approach to programming, meaning you can reuse elements.

Fill in the blank(s) with the appropriate word(s).

object-oriented

Computer Science & Information Technology

You might also like to view...

Which is the best prototype for a member function of a person class that returns true if the person object’s age is greater than that of another person object. Assume that age is a data member of the person class.

a) bool isOlderThan (const person& p) const; b) bool isOlderThan (person& p) const; c) bool isOlderThan (person p) const; d) bool isOlderThan (const person& p);

Computer Science & Information Technology

A Timer’s __________ property must be set to True before the Timer will generate events.

a) TimerEnabled b) EventsEnabled c) Events d) Enabled

Computer Science & Information Technology