A good answer might be:

Hierarchies



This picture shows a hierarchy of classes. It shows that "Ford is-a automobile," "Nissan is-a automobile," and that "VW is-a automobile." It also shows that "Sentra is-a Nissan."

In a hierarchy, each class has at most one parent but might have several children classes. The class at the top of the hierarchy has no parent. This class is sometimes called the root of the hierarchy.



QUESTION 5:

What is the parent class of the class Sentra?