Messages
Software objects interact and communicate with each other by sending messages to each other. When object A wants object B to perform one of B's methods, object A sends a message to object B as shown in the following figure (diagram from The Java Tutorial):
Add new comment


