What is deep copy?

Submitted by: Administrator
A deep copy creates a copy of the dynamically allocated objects too. You would need to use a copy constructor and overload an assignment operator for this.
Submitted by: Administrator

Read Online C++ Constructors Job Interview Questions And Answers