<<< Constructors | Index | Overloaded Methods >>> |
Constructors cannot have a return type.
The constructor returns (transparently) the address of the newly created object, which is stored in the object reference variable
The reference variable holds
type of object in memory
memory address of the object
<<< Constructors | Index | Overloaded Methods >>> |