instance constructor

Constructor that is declared under the name constructor as an instance method in the public visibility area of a class, and which is automatically executed when the class is instantiated, after the generation of the object.

More