Deep Copy

Learn about the concept of deep copy.

When deep cloning an object, all references are dereferenced. Only the structure of the object, key names, and atomic values are kept. A deep copy requires traversal of the whole object and building the cloned object from scratch.

Get hands-on with 1200+ tech skills courses.