What does the term immutable mean?
Answers were Sorted based on User's Feedback
Answer / eng.sakr saudi
it means that this object can't be changed.
but if you want another value to the same object another
instance of the object is created and leave the current
instance unchanged.
an example of immutable is STRING.
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / 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 |
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
What are delegate methods?
What is mvc pattern in c#?
How can I produce an assembly?
What is the difference between string and string in c#?
Describe an interface class?
What is data binding with example?
What are tuples c#?
What are the Types of compatabilities and explain them
What is msil in c#?
What are the benefits of using generics in c#?
What is Delegate and what is it used for ?