Multiple choice

Which of the following keywords allows you to mark methods so that an inheriting class cannot overload them?

  1. Public

  2. Private

  3. NULL

  4. Static

  5. Final

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

This keyword allows you to mark methods so that an inheriting class cannot overload them.