Message Sending

Sending a message to an object involves the following steps:

  1. Find the method corresponding to the message selector.

  2. Assemble the arguments:

  3. Call the method function with the arguments.

  4. Return the result returned by the method function.

Contents    Page-10    Prev    Next    Page+10    Index