Cpp Programming Quiz 120 – What does a class hierarchy depict?

Question: What does a class hierarchy depict?
[A].It shows the relationships between the classes in the form of an organization chart.
[B].It describes “has a” relationships.[C].It describes “kind of” relationships.
[D].It shows the same relationship as a family tree.

Answer: Option C