Answers

Question and Answer:

  Home  J2SE

⟩ What is hierarchy?

A classification of relationships in which each item except the top one (known as the root) is a specialized form of the item above it. Each item can have one or more items below it in the hierarchy. In the Java class hierarchy, the root is the Object class.

 162 views

More Questions for you: