Each method implementation is passed two hidden arguments:
Within the implementation, both self and super refer to the receiving object. super replaces self as the receiver of a message to indicate that only methods inherited by the implementation should be performed in response to the message.
Methods with no other valid return typically return void.
Last updated: 2008-02-05