Home » JAVA Programming » Inheritance » Question
  1. What is not type of inheritance?
    1. Hierarchical inheritance
    2. Single inheritance
    3. Multiple inheritance
    4. Double inheritance
    5. None of these
Correct Option: D

Inheritance is way of acquiring attributes and methods of parent class. Java supports hierarchical inheritance directly.



Your comments will be displayed only after manual approval.