Inheritance in Java
Inheritance in Java - Important Points
36. | Which of the following is not a type of inheritance in Java? |
---|
A. Single inheritance
B. Multiple inheritance
C. Multilevel inheritance
D. Hybrid inheritance
View Answer Discuss Work SpaceAnswer: option d
Explanation:
Hybrid inheritance is not a type of inheritance in Java. Java only supports single, multiple, and multilevel inheritance.