Computer Science, asked by AISHIALISHANA, 10 months ago

objects in a program communicate with each other through what?

Answers

Answered by kamayawshington15
1

Answer:

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.

Explanation:i just knew it

Answered by Lazarus
1

Answer:

Objects communicate with each other in the form of programming message with one form to another by using call by value or call by reference during method execution. HOPE IT HELPS..


AISHIALISHANA: Thank u very much.
Similar questions