0 votes
in Dot Net by
What is the meaning of Immutable?

1 Answer

0 votes
by

Immutable means once you create a thing, you cannot modify it.

For example: If you want give new value to old value then it will discard the old value and create new instance in memory to hold the new value.

...