Object-Oriented Programming (OOP)

What is the function or purpose of Message passing?

Correct answer

A. The process by which objects communicate with one another by invoking each other's methods.

Explanation

Message passing refers to the process by which objects communicate with one another by invoking each other's methods.