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 is serialization in .net?
What are the characteristics of c#?
What is deadlock in c#?
Is and as in c#?
What do you mean by saying a "class is a reference type"?
Is null in c#?
Can an interface extend a class c#?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
What is the use of list in c#?
Is var a data type?
Can a child class call the constructor of a base class?
What is cli in c#?
What are extender provider components? Explain how to use an extender provider in the project.
what is .NET framework architecture ??
Is there throws keyword in c#?