Answers

Question and Answer:

  Home  C++ Constructors

⟩ What is deep copy?

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.

 176 views

More Questions for you: