-
Junior Member
Concept in .NET
I want to know about the concept of deep copy in .NET? Can someone let me know about this if possible with a example on this concept.
-
Junior Member
Re: Concept in .NET
A deep copy of an object duplicates everything directly or indirectly referenced by the fields in the object. Deep copy is also called as member-wise copy. A deep copy creates a new reference to a new object.
-
Junior Member
Re: Concept in .NET
In a deep copy, each item is completely cloned, and a fresh structure is created for the new copies.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules