Loading practice questions
The deep copy is possible only with the help of __________
Correct Answer: 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.