Sep
28
|
A shallow copy does not make copies of objects pointed to by the object, but it copies all fields and references in an object.
A deep copy also makes copies of objects pointed to, and also objects pointed to by those objects recursively.
Leave a Reply
You must be logged in to post a comment.