Multiple choice technology programming languages

Final class can be overridden. This statement is…

  1. True

  2. False

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

A final class in Java cannot be extended or overridden. The final keyword prevents inheritance by design.