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
Define multicast delegate? How it be used?
Describe the ways of cleaning up objects in c#.
How does bitwise xor work?
Where do I put dll files?
What is meaning of type safety in c#?
Why do we use stringbuilder in c#?
What is disconnected data architecture in c#?
How does c# achieve polymorphism?
What is a string c#?
What is a void c#?
What do you know about WM_CHAR message?
How do you mark a method obsolete?
What is the use of static members with example using c#.net.
What is a value type in c#?
What is the difference between struct and class c#?