What do you understand by mutability? What does “in place” task mean?

mutability refers to ability of accept changes in existing values  by an object.

in place means replacing a existing value by new one without changing its memory location.

error: Content is protected !!