Content deleted Content added
Line 27:
= Final variables =
A '''final [[variable]]''' is [[immutable]]. It can only be assigned to once, in the constructor of its class. (Note: If the variable is a reference,
Unlike the value of a [[constant]], the value of a final variable is not necessarily known at compile time.
|