Enforced immutability: Difference between revisions

Content added Content deleted
Line 757: Line 757:
</syntaxhighlight>
</syntaxhighlight>


====partial constants by using enumeration types====
====Partial constants by using enumeration types====
The value of a enumeration type may change to those of the same type (not the value type, the variable type)
The value of a enumeration type may change to those of the same type (not the value type, the variable type)