What does the term immutable mean?
Answer Posted / eng.sakr saudi
it means that this object can't be changed.
but if you want another value to the same object another
instance of the object is created and leave the current
instance unchanged.
an example of immutable is STRING.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are c# attributes and its significance?
How do I create a multilanguage, single-file assembly?
What is the use of properties window?
Can multiple inheritance implemented in c# ?
Explain the difference between a namespace and assembly name in .net?
What are strongly typed objects?
Can class inherit from struct c#?
How does split work in c#?
What is the difference between string keyword and system.string class?
Explain hash table in c# ?
Can I get the name of a type at runtime?
What is the use of constructor in c# with example?
What is difference between struct and class in c#?
What is the difference between iqueryable and ienumerable?
Where do we set the min and max pool size for connection pooling?