How many types of Inheritance are possible in Java?
Single, multiple, multilevel, hybrid and hierarchical inheritance are possible in java. Hybrid inheritance and hierarchical inheritance are only possible through interfaces.
🔗Reference: stackoverflow.com
🔗Source: Java Interview Questions and Answers