Message Sending
Sending a message to an object involves the following steps:
- Find the method corresponding to the message selector.
- Assemble the arguments:
- Object to which the message was sent (the self argument)
- Other arguments included in the message
- Call the method function with the arguments.
- Return the result returned by the method function.
Contents   
Page-10   
Prev   
Next   
Page+10   
Index