[dropcap background=”yes” color=”#333333″]A[/dropcap] Constructor is a special type of method that is invoked automatically when you create an instance of a class. A constructor is used to initialize the members of the class. The constructor must have the same name as the containing class. Type of Constructors 1. Instance Constructor 2. Static Constructor Program […]
