One class can inherit fields and methods from another using the 'extends' keyword. Java supports single inheritance only.
← Core Java theorytheory 0/50 · 0%
OOP · easy
11. Inheritance
Reusing code across classes.
Check your understanding
1. Keyword for inheritance?
2. Does Java support multiple inheritance of classes?