Search⌘ K

Types of Inheritance

Explore the different types of inheritance in Java including single-level, multilevel, and hierarchical inheritance. Understand how classes inherit properties in various ways and why Java disallows multiple inheritance. This lesson helps you grasp core inheritance concepts critical for coding and designing object-oriented programs.

The following are the types of inheritance in Java:

  1. Single-level inheritance
  2. Multilevel inheritance
  3. Hierarchical inheritance

Let’s understand what each type means.

Single-level inheritance

...