A deep copy (which neither of these methods performs) would create a new instance of each element's object, resulting in a different, yet identical object. Basically it copies the source objects as well. So that there will be two different copies of the sources and objects.
Bookmarks