Computer Science, asked by poonamvarshney721, 6 months ago

Objects can communicate with each other through​

Answers

Answered by Anonymous
3

Answer:

In OOP, objects don't necessarily communicate with each other by passing messages. They communicate with each other in some way that allows them to specify what they want done, but leaves the implementation of that behavior to the receiving object. ... Another way is to call a (virtual) method in the receiving object.

Explanation:

Similar questions