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
Can struct inherit from class c#?
What does .length do in c#?
How can you force derived classes to provide new method implementations for virtual methods?
What is returned if you pass the value 12.34 to the parsefloat () function?
Is hashset ordered c#?
What are the benefits of using the aggregate method in linq?
What is extension method in c sharp?
Why do we need abstract class?
What happens if a static constructor throws an exception?
What is the difference between static class and sealed class in c#?
Is linkedhashset synchronized?
What is serialization in .net?
When a Static Constructor is called in a Class?
What is bitwise operator in c#?
What is wpf c#?