What does the term immutable mean?

Answers were Sorted based on User's Feedback



What does the term immutable mean?..

Answer / 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

What does the term immutable mean?..

Answer / vijay rana

immutable means we can not change the contents at run time,
example of immutable is String

Is This Answer Correct ?    6 Yes 1 No

What does the term immutable mean?..

Answer / chandu

Based on the performance, frequent modification to the immutable objects will leave more objects for the garbage collection. So this is a kind of performance issue.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the difference between first and firstordefault?

0 Answers  


Is string value type c#?

0 Answers  


explain the three services model commonly know as a three-tier application.

0 Answers   Siebel Systems,


Give examples for reference types?

0 Answers  


What is difference between web and window application?

0 Answers  






Is as keyword in c#?

0 Answers  


Which language is used for desktop application?

0 Answers  


Why do we need nullable types in c#?

0 Answers  


What are the collection types can be used in c#?

0 Answers  


What?s a delegate?

3 Answers  


Explain more on CLR

0 Answers  


Explain the Different types of configuration files in .net?

0 Answers  


Categories