Multiple choice

Which of the following keywords is used to implement inheritance in Java?

  1. inheritance

  2. inherit

  3. extend

  4. extends

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

The keyword extends is used to implement the inheritance in Java.