Core Java Question:
Download Job Interview Questions and Answers PDF
Explain about inheritance hierarchies?
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 Question | Next Question |
Explain the reason behind ending a program with a System.exit (0)? | Explain about the select method with an example? |