Possible Duplicate:
What is the difference between a deep copy and a shallow copy?
I saw this today here: http://msdn.microsoft.com/en-us/library/system.web.routing.route.aspx
and one of the member functions was:
"MemberwiseClone - Creates a shallow copy of the current Object. (Inherited from Object.)"
So whats a "shallow copy" verse a ... "Deep copy"?