Core Java theorytheory 0/50 · 0%
OOP · easy

11. Inheritance

Reusing code across classes.

One class can inherit fields and methods from another using the 'extends' keyword. Java supports single inheritance only.

Check your understanding

  1. 1. Keyword for inheritance?

  2. 2. Does Java support multiple inheritance of classes?