1.

What Does The "final" Keyword Mean In Front Of A Variable? A Method? A Class?

Answer»

FINAL for a VARIABLE: value is CONSTANT. FINAL for a METHOD: cannot be overridden. FINAL for a class: cannot be DERIVED.

FINAL for a variable: value is constant. FINAL for a method: cannot be overridden. FINAL for a class: cannot be derived.



Discussion

No Comment Found