Shallow copy versus Deep Copy of user defined types.

Posted by Codenotguru on Stack Overflow See other posts from Stack Overflow or by Codenotguru
Published on 2010-04-26T21:15:38Z Indexed on 2010/04/26 21:23 UTC
Read the original article Hit count: 135

Filed under:
|

what is the difference between a shallow copy and deep copy with respect to user defined types and why do we need to perform a deep copy during copy construction for user defined types??

© Stack Overflow or respective owner

Related posts about c++

Related posts about object-oriented-design