ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
The copy constructor can be used to ____________
Correct Answer: A — Initialize one object from another object of same type
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.