What is a constructor?
Sandeep Kumar
When we mark a method as the name class then it is called constructer It provides memory to objects of class
constructor is a keyword which provide mm to class at run time
constructor is a special member fuction of a class which invoke automatically while object of a class get created