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 difference between a function and a method?
Is dictionary a collection?
Is stringbuilder thread safe c#?
What are some examples of desktop applications?
Explain About sn.exe
What is the difference between == and object.equals?
What is Covariance and contravariance in C#?
Why do we use partial class in c#?
What is an escape sequence? Name some string escape sequences in c#.
What is the importance of closing an ado.net application?
What is an example of delegation?
What is thread and explain states of a thread in c#?
Is int a class in c#?
Explain the difference between arraylist and array and in c#?
What is immutable in C#?