ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
If programmer doesn’t define any copy constructor then _____________
Correct Answer: A — Compiler provides an implicit copy constructor
The compiler provides an implicit copy constructor. It is not mandatory to always create an explicit copy constructor. The values are copied using implicit constructor only.