Sunday, 28 April 2013

What does the term immutable mean? | C#.Net Interview Questions

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.

No comments: