- Constructor is a member method of a class which is invoked automatically when an object to the class is created.
- Constructor name should be same as the name of the class name.
- Constructor is used to initialize values in to the data fields of the class or to pass required values in to the data fields.
- Default Constructor
- Default Constructor
- User Defined Defined Constructor
- Parameterized Constructor
- Copy Constructor

