What does the term immutable mean?
Answer Posted / chandu
Based on the performance, frequent modification to the immutable objects will leave more objects for the garbage collection. So this is a kind of performance issue.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Contrast between an interface and abstract class?
Can we declare private class in c#?
Wht executescaler method is used?
What are extensions in c#?
who is a protected class-level variable available to?
How to generate strong name key file or which command is used to generated strong name key file?
Is arraylist generic in c#?
What is class in oops with example in c#?
What happens if the inherited interfaces have conflicting method names?
What is jit (just in time)?
Why do we use abstract class in c#?
Is boxing an implicit conversion?
What are the types of constructors?
What is c# and why it is used for?
Can I get the name of a type at runtime?