Computer Science, asked by missme1694, 1 year ago

Objects may communicate with each other through _______

Answers

Answered by myrakincsem
2

Objects may communicate with each other through message communication.

  • One of the features of OOP in java is the message communication.
  • Any program which is object-oriented needs to for a communication for the objects.
  • It is through functions that objects of a program communicate with each other.
  • Hence, message communication is necessary in between objects of a program.
Similar questions