Contents    Page-10    Prev    Next    Page+10    Index   

Dynamic Method Lookup

Each class associates a selector with the method that implements the selector for that class:


((area circle_area)
 (draw circle_draw) ...)

A typical dynamic method lookup procedure is:

The first method found in this search up the class tree is the one that is used. This provides: