Difference between shallow copying and Deep copying with an example in c++?
feedback
|
closed as not constructive by Neil Knight, Matteo Italia, Armen Tsirunyan, tibur, BЈовић Jun 28 '11 at 12:39
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
A shallow copy of an object X would be such a copy where the pointer is simply copied, that is, two pointers will point to the same | |||
|
feedback
|