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 the difference between delegates and superdelegates?
How can it prevents DLL Hell assembly versioning in .NET?
Can bool be null c#?
What does addressof operator do in background ?
Can a string be null c#?
What is c# commonly used for?
Can we extend sealed class in c#?
What will be the output of the following code?
What are most desktop applications written in?
State the top.NET class that everything is derived from?
List the difference between interface and abstract class?
What is the advantage of generics in c#?
What is the purpose of a constructor in c#?
What is the difference between proc. Sent by val and by sub?
What is sqlcommandbuilder c#?