1.

In the absence of user defined constructor, what will the constructor do?

Answer»

In the absence of user defined constructor the compiler automatically provides the default constructor. It simply allocates memory for the object.



Discussion

No Comment Found