Code Browsers in OO
In OO languages given a class you can find:
- Where the class is defined
 
- The locations where the class is referenced
 
- The classes derived from this class
 
- The base classes for this class
 
- Its public, protected, and private methods and fields