Answers

Question and Answer:

  Home  C++ Constructors

⟩ What is shallow?

A shallow copy just copies the values of the data as they are. Even if there is a pointer that points to dynamically allocated memory, the pointer in the copy will point to the same dynamically allocated object.

 239 views

More Questions for you: