
According to OOPS ( Object-oriented concept ) inheritance are classified into 6 category in which java support 5 of them and one is not supported in java i.e multiple inheritance for which there is a concept of interface . Interface is used to make JAVA support for multiple inheritance. The following 6 types of inheritance are as follows :-
1. Simple Inheritance
2. Multiple...