First page Back Continue Last page Graphics
Messages & Methods
Action is initiated in object-oriented programming by the transmission of a message to an agent (an object) responsible for the action.
The receiver is the object to whom the message is sent.
In response to a message, the receiver will perform some method to satisfy the request.