Skip to content
Private: Java Programming

How many types of Inheritances in java?

There are mainly three types of Inheritance

  1. Single or Single Level Inheritance
  2. Multi-Level Inheritance
  3. Hierarchical Inheritance

The another two types of inheritances called Multiple and Hybrid inheritances we see in C++, are not directly supporting by java. Those inheritances can be created using interface concept.