1.

What Do You Understand By Final Value?

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