Core Java Question: Download Core Java PDF

Explain about inheritance hierarchies?

Tweet Share WhatsApp

Answer:

An inheritance hierarchy has a collection of all classes which fall under the main class. Inheritance chain defines the path from where all the sub classes originated and their relation ship. Controller normally handles user input. Inheritance hierarchy is very important in software modeling.

Download Core Java PDF Read All 17 Core Java Questions
Previous QuestionNext Question
Explain the reason behind ending a program with a System.exit (0)?Explain about the select method with an example?