👉 In computer science and programming, immutability refers to a property of objects or data structures that cannot be changed once created. It means that any modification made to an object will result in the same original object being returned.
For example, when you create a class `Person` with properties like name and age, you cannot change these values after creating the object. If you try to modify one of these properties, it will throw an error or raise an exception, even if you have already set those
immutability