Messages

Objects communicate with one another by sending messages from a statement in one object to a method in another object. Messages are often requests for an object to perform some operation on the private data stored within the object. Messages may include parameters, and the method addressed may return information to the object from which the message originated. Thus, messages closely resemble function calls.

Messages. Multiple instances of objects of several different classes/types communicating with one another.