the interaction between 2 objects through behaviour and function is known as ?
Answers
Answered by
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
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.
- Creating classes
- Creating objects
- 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