Inheritance is a basic concept of Object Oriented Programming. Unfortunately, the implementation is not basic. As the number of classes increases, it often becomes difficult to manage them. Which class is derived from which class. Which member functions does this class have? Its own? Inherited? Public? Private? Static?
Here is the Type Hierarchy of a class and Type Hierarchy — with inherited members. We can also Change the Layout of Type Hierarchy View.
To see the type hierarchy of the class, select the identifier and press
F4
. You can also use ,
This view is similar to Call Hierarchy and Include Browser
To search for a type in the project, press Ctrl + T
.