---
title: "What is the meaning of Immutable?"  
description: "What is the meaning of Immutable?"  
author: "Tarun Kumar"  
published: 2017-11-14  
canonical: https://answers.mindstick.com/qa/30517/what-is-the-meaning-of-immutable  
category: "programming"  
reading_time: 1 minute  

---

# What is the meaning of Immutable?

What is the meaning of [Immutable](https://www.mindstick.com/interview/2224/what-do-you-mean-by-string-objects-are-immutable)?

## Answers

### Answer by Arti Mishra

**"Immutable"** Simply Immutable means **"can't be modified"**. In terms of programming, **immutable object is those objects whose** **state cannot be modified after it is created.** In another way **"mutable"** object are those objects which can be **modified after it is created.** One of the most important **feature of immutable objects is to improve the readability and runtime efficiency** of object-oriented programming languages.


---

Original Source: https://answers.mindstick.com/qa/30517/what-is-the-meaning-of-immutable

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
