9.1 Class modifiers

Class definitions may be modified by these attributes

dynamic

Allow properties to be added to instances at runtime

final

Must not be extended by another class

internal

Visible to references inside the current package (default)

public

Visible to references everywhere

The default modifiers for a class definition are internal, non-dynamic, and non-final.


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/specs/actionscript/3/as3_specification70.html