Constructor

A special method in a classthat sets a defined initial value for the status (attributes) of the class or its objects. There is an instance constructor for instance attributes and a static constructor for static attributes.

More