Share via


Display Class Information

Overview/Tasks

You can view C++ class hierarchies as graphs by selecting a class and displaying either of the following two types of graphs for class hierarchies.

Derived Class Graph: All the classes that inherit attributes from the selected class.

Base Class Graph: All the classes from which the selected class inherits attributes, up to its ultimate base class, or base classes if it has multiple inheritance.

In each graph, a node represents a class.