How does the different section of an application communicate in an oo approach?
Answers
Answered by
8
Answer:
from this way that ypuhydusjhysu
Answered by
12
Different sections of an application communicate in OO approach through passing messages.
• These message passing depends on always rely on dynamic dispatch.
• In an OO approach each element of an application has the capacity of receiving messages,sending messages and processing data to other elements of the application.
• In an OO approach each element can be considered as a separate machine capable of handling on its own.
Similar questions