Computer Science, asked by rishinavelkar, 12 days ago

the interaction between 2 objects through behaviour and function is known as ?​

Answers

Answered by sornamvl
3

Answer:

by M Baldoni · Cited by 72 — The current vision in object orientation, instead, considers attributes and operations of objects as being objective and ...

Answered by ankhidassarma9
0

Answer:

The interaction between 2 objects through behavior and function is known as Message Communication.

Explanation:

  • One of the features of Object Oriented Programming in java is the message communication.
  • Objects of a program communicate with each other through functions. Hence, message communication is necessary  between the objects of a program.
  • Message passing in Java is like sending an object i.e. message from one thread to another thread.
  • It involves three basic steps.
  1. Creating classes
  2. Creating objects
  3. Establishing communication among objects.
  • In Message Communication, a message for an object is a request for execution of a procedure, and it invokes a function in the receiving object that generates the desired result.

To know more about how Objects interact with each other, click here ->

https://brainly.in/question/20996379

https://brainly.in/question/11038677

Similar questions