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 (
).
A method hierarchy makes it possible to examine a tree-view of the classes where a given method is:
|