Communication by Message Passing
You will agree that a single object alone is generally not very helpful. Objects usually emerge as components of a system or a larger program. Through the communication of these objects, functionality of systems is gained. Software objects interact and communicate with each other by passing the messages to each other. When object A wants object B to execute one of methods of object B, object A sends a message to object B.