+ 2
Explain the different types of inheritance in java.
Let's see who will do the best...
2 Antworten
+ 1
https://www.geeksforgeeks.org/inheritance-in-java/      geeksforgeeks will do the best
0
Below are the different types of inheritance which is supported by Java.
    Single Inheritance
    Multiple Inheritance (Through Interface)
    Multilevel Inheritance
    Hierarchical Inheritance
    Hybrid Inheritance (Through Interface)
Read More On: -http://crbtech.in/Java-Training/java-doesnt-support-multiple-inheritance/



