What does the term immutable mean?
Answer Posted / 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 |
Post New Answer View All Answers
What is disco?
Is php easier than c#?
Can a struct inherit from an interface in c#?
How do I port "synchronized" functions from visual j++ to c#?
Can you change the value of a constant filed after its declaration?
Can I get the name of a type at runtime?
How do I make a dll in c#?
What is the difference between abstract class and interface in c#?
What is a constructor in c#?
Which of these string definitions will prevent escaping on backslashes in c#?
What is predicate builder?
What is difference between private, protected, and public in C#?
How we convert private assembly into public assembly?
If a child class instance is created, which class constructor is called first - base class or child class?
What is private void in c#?