3
Reply

What is a constructor?

Sandeep Kumar

Sandeep Kumar

8y
236
0
Reply

    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