Final answer:
In system development, the class hierarchy is used to navigate from superior to subordinate classes, denoting inheritance of attributes and methods.
Step-by-step explanation:
In system development, navigation is typically from the superior class to the subordinate class in what is known as a class hierarchy. This implies that the superior class, or the more general class, contains shared attributes or methods that are inherited by the subordinate class, which is more specific. In contrast with the hierarchical organization of bureaucracy as exemplified by a company structure where an employee reports up a chain of command, in a class hierarchy of system development, the subclass inherits from the superclass, which creates an is-a relationship, indicating that the subclass is a special form of the superclass.