Interview Questions

What does the term immutable mean?

C# Interview Questions and Answers


(Continued from previous question...)

155. What does the term immutable mean?

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.

(Continued on next question...)

Other Interview Questions