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 does Dispose method do with the connection object?

2 Answers  


When do we generally use destructors to release resources?

0 Answers  


Is and as in c#?

0 Answers  


What is xml c#?

0 Answers  


What is the use of protected in c#?

0 Answers  






What is an actual parameter?

0 Answers  


Which collection will you use to store different types of objects collection like... int, employee, student, object etc.

5 Answers   R Systems,


Is hashset ordered c#?

0 Answers  


Explain the process of Serialization?

0 Answers  


What is platform independence"?

0 Answers   DELL,


What does typeof return c#?

0 Answers  


What does the keyword virtual mean in the method definition?

3 Answers   Ipog Software, Satyam, Visual Soft,


Categories