Core Java Question:
Download Questions PDF

Explain about inheritance hierarchies?

Core Java Interview Question
Core Java Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the reason behind ending a program with a System.exit (0)?Explain about the select method with an example?