1.

_________ is used to declare and initialize an object from another object of same class in C++.

A. Copy constructor
B. Default constructor
C. Overloaded constructor
D. Non-parametrized constructor
Answer» B. Default constructor


Discussion

No Comment Found