About Lesson
How many types of Inheritances in java?
There are mainly three types of Inheritance
- Single or Single Level Inheritance
- Multi-Level Inheritance
- 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.