Objects

Object Initialization

To initialize an object, you use the new statement to instantiate the object to a variable.

For a full discussion, please read the section Classes and Objects.