Home »

What does the term immutable mean?

Question ListCategory: C#.NETWhat does the term immutable mean?
jamessmith05 author asked 9 years ago
1 Answers
adamemliy16 author answered 8 years ago

The data value may not be changed. Note: The variable value may be changed, but the original immutable data value was discarded and a new data value was created in memory.

Please login or Register to Submit Answer