1.

What is not type of inheritance?(a) Single inheritance(b) Double inheritance(c) Hierarchical inheritance(d) Multiple inheritance

Answer» Right option is (b) Double inheritance

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


Discussion

No Comment Found

Related InterviewSolutions