Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do objects interact?

interact objects
0
Posted

How do objects interact?

0

The object oriented approach really shows its worth in situations in which objects interact with each other. Aside from inheritance (about which we will talk in later paragraphs), there are other ways for objects to interact. For Instance, one object uses another object. Objects interact by passing messages that hold an operation (method) invocation request. These messages can be Synchronous (wait for a response) and Asynchronous (don’t wait for a response). The advantage OOA provides is low coupling, highly reusable and easy maintainable.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123