Message passing

Home > Computer Science > Software Engineering > Object-Oriented Programming (OOP) > Message passing

In this type of OOP, objects communicate with each other by sending messages, rather than calling methods. This allows for more flexible and decentralized architecture.