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
What are the 2 broad classifications of fields in c#?
What is datasource c#?
When a Static Constructor is called in a Class?
In which way a two-dimensional array declared in C#?
How is exception handling implemented in c#?
Which class does the remote object has to inherit?
What is difference between asp net and c# net?
What is xpath in c#?
What is namespace explain with example?
How many constructors can a class have c#?
What is Wrapper class in dot net?
Which program construct must return a value?
What is constants in c#?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
How to implement singleton design pattern in c#?