ICSE Class 10 Computer Applications Question 21 of 24

Object Oriented Programming Concepts — Question 21

Back to all questions
21
Question

Question 21

How do objects communicate with each other? Explain.

Answer

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