Mutable and immutable
Mutable and immutable are English words meaning "can change" and "cannot change" respectively. The meaning of the words is the same in the IT context; i.e.
- a mutable String can be changed, and
- an immutable String cannot be changed.
Good artical on Immutability in C#
Comments
Post a Comment