Building Method Hierarchy
A method hierarchy makes it possible to examine a tree-view of the classes where a given method is:
- defined (
).
- not defined, but defined in the superclass (
).
- to be defined, because the class is not abstract (
).
To build a method hierarchy
See Also
Procedures:
Reference:
Last modified: 18 July 2017