--%>

What is an Immutable object

Immutable object: It is an object whose state might not be modified. The objects of String class are immutable, for example - their length and contents are fixed once formed.

   Related Questions in Programming Languages