deep copy
"Deep copy" ensures that all elements, including nested objects, are duplicated, creating an entirely independent copy of the original data structure.
πΊπΈ US Voice:
π¬π§ UK Voice:
Definition
C1Computer Science
(technical)A duplication method that recursively copies all elements of an object, including nested objects, resulting in a fully independent clone.
Example
- Using a deep copy, the new list will not be affected by changes to the original list.
Similar
Terms that have similar or relatively close meanings to "deep copy":