---
title: "What is the difference between the copy and mutableCopy?"  
description: "What is the difference between the copy and mutableCopy?"  
author: "Sunil Singh"  
published: 2015-04-27  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/2445/what-is-the-difference-between-the-copy-and-mutablecopy  
category: "iphone"  
tags: ["iphone", "ios", "ipad"]  
reading_time: 1 minute  

---

# What is the difference between the copy and mutableCopy?

**Copy returns** an immutable (can't be modified) copy of the array.**mutableCopy** returns a mutable (can be modified) copy of the array.\

## Answers

### Answer by Sunil Singh

**Copy returns** an immutable (can't be modified) copy of the array.**mutableCopy** returns a mutable (can be modified) copy of the array.\


---

Original Source: https://www.mindstick.com/interview/2445/what-is-the-difference-between-the-copy-and-mutablecopy

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
