new Operator | Flash 5 |
instantiate a new object |
A class constructor function used to initialize the new object.
A reference to the newly created object.
The new operator creates an instance of the class specified by constructor. For complete coverage of the role new plays in object-oriented programming, see Chapter 12.
Object._ _proto_ _; Section 5.12.2; Chapter 12