Computer Science, asked by ashmidev007, 18 days ago

What do you understand by term ‘immutable’?​

Answers

Answered by indiradevikota1
2

Answer:

In object-oriented and functional programming, an immutable object (unchangeable object) is an object whose state cannot be modified after it is created. This is in contrast to a mutable object (changeable object), which can be modified after it is created.

Explanation:

I hope this is useful for you

plz mark as brainlist

Answered by itzcutearmylinkgirl
3

Answer:

In object-oriented and functional programming, an immutable object (unchangeable object) is an object whose state cannot be modified after it is created. This is in contrast to a mutable object (changeable object), which can be modified after it is created.

Similar questions