MemberwiseClone Method Contd...
Well I got a couple of posts yesterday that if MemberwiseClone method does Shallow Copy, is there anything like Deep Copy... Well these are just terms, if you want the copy of the object also to have copy of all the object it references then we can say that its Deep Copy and to achieve Deep Copy we must implement ICloneable interface in our objects and do manual cloning... :-)
No comments:
Post a Comment