Multiple choice

__________ methods cannot be overriden in a subclass.

  1. Final

  2. Finally

  3. Public

  4. Protected

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Final methods cannot be overriden in a subclass. If we try to override, then such action generates compile time error.