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
Which of these statements correctly declares a two-dimensional array in c#?
When was .net linq added?
What does console mean c#?
Any problem found in vs.et
What are the different types of delegates?
What is string in c# net?
What is dictionary collection in c#?
Explain clr in brief.
Explain the difference between // comments, /* */ comments and /// comments?
How many types of serialization are there in c#?
What is polymorphism in c sharp?
What is IL / CIL / MSIL?
What are annotations in c#?
Can we override constructor in c#?
Explain the Usage of web.config