Loading practice questions
The copy constructor can be used to ____________
Correct Answer: A — Initialize one object from another object of same type
Explanation:
The copy constructor has the most basic function to initialize the members of an object with same values as that of some previously created object. The object must be of same class.