Qus:    What is the meaning of Immutable?
Oct 26, 2020 09:05 2 Answers Views: 690 ANANYA
Prev Next
Answers (2)
RITA Oct 28, 2020 04:58
Answer:   Immutable means once you create a thing, you cannot modify it.
For example: If you want give new value to old value then it will discard the old value and create new instance in memory to hold the new value.

PARTH Nov 09, 2020 07:54
Answer:   An immutable object is defined as an object that cannot be changed after it has been created. For example - String.

If you want to assign give new value to string then it will discard the old value and create new instance in memory to hold the new value.

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect