ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
The deep copy is possible only with the help of __________
Correct Answer: B — User defined copy constructor
While using explicit copy constructor, the pointers of copied object point to the intended memory location. This is assured since the programmers themselves manipulate the addresses.