---
title: "What is difference between shallow copy and deep copy?"  
description: "What is difference between shallow copy and deep copy?"  
author: "Simond Gear"  
published: 2017-01-09  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/23149/what-is-difference-between-shallow-copy-and-deep-copy  
category: "ios"  
tags: ["iphone", "ios"]  
reading_time: 1 minute  

---

# What is difference between shallow copy and deep copy?

Shallow copy is also called as address copy. In shallow copy address are copied but not actual data while in deep copy data are copied.

## Answers

### Answer by Simond Gear

Shallow copy is also called as address copy. In shallow copy address are copied but not actual data while in deep copy data are copied.


---

Original Source: https://www.mindstick.com/interview/23149/what-is-difference-between-shallow-copy-and-deep-copy

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
