Now use this
clrscr();
User Profile
Collapse
Profile Sidebar
Collapse
JazibBahir
Last Activity: Feb 22 '12, 09:05 AM
Joined: Feb 4 '12
Location:
-
Deep Copy
A deep copies all field and make copies of dynamically allocated memory pointed to by the field.A deep copy occurs when an object is copy along with the object to it refer.
Shallow Copy
Shallow copy is a bit wise copy an object.A new object is created that has an exact copy of the value in the original object.If any of the field of the object are reference to other object,just the reference address are copied.Leave a comment:
No activity results to display
Show More
Leave a comment: