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 the difference between CONST and READONLY?
Differentiate between response.expires and response.expiresabsolute?
List down the differences between public, static and void keywords?
How long will it take to learn c sharp?
What is _viewstart cshtml?
Is nullable type c#?
Can struct inherit from class c#?
Why do we use polymorphism in c#?
Explain the difference between pass by value and pass by reference.
How do you create dlls in .NET
Value Type and Reference Type Data type in C#?
Why do we use Design Pattern in C#?
What are the three types of operators?
What are the different states of a thread?
Is it possible to inherit multiple interfaces?