What does the term immutable mean?
Answers were Sorted based on User's Feedback
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 |
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 Dispose method do with the connection object?
When do we generally use destructors to release resources?
Is and as in c#?
What is xml c#?
What is the use of protected in c#?
What is an actual parameter?
Which collection will you use to store different types of objects collection like... int, employee, student, object etc.
Is hashset ordered c#?
Explain the process of Serialization?
What is platform independence"?
What does typeof return c#?
What does the keyword virtual mean in the method definition?
3 Answers Ipog Software, Satyam, Visual Soft,