Hierarchy (object-oriented programming)
Appearance
In computer science's object-oriented programming, the sum relationships of sub- and superclasses is known as a hierarchy. This can be visualized as an upside-down tree (or perhaps a pyramid), the top of which is known as the root.
Hierarchy in Java
The root of the java class hierarchy is the object class.
See also: family tree
.