Computer Applications

How do objects communicate with each other? Explain.

OOP Intro Java

19 Likes

Answer

Objects communicate with each other by sending messages. The sender object requests the receiver object to perform an action.

Answered By

12 Likes


Related Questions