Objects communicate with one another by sending messages from a statement in one object to a method in another object. They 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 point from which the message originated. Thus, messages closely resemble function calls.
Messages. Shows multiple instances of objects of several different classes/types communicating with one another.