Sending a message is just a function call. However, the function ( method) that is called is determined dynamically by the runtime type of the object to which the message is sent.
Sending a message to an object, (send obj draw x y) or obj.draw(x, y) involves the following steps:
Contents    Page-10    Prev    Next    Page+10    Index