Loading practice questions
The deep copy is possible only with the help of __________
(B) User defined copy constructor
Explanation:
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.