Presentation is loading. Please wait.

Presentation is loading. Please wait.

Call and return architectures

Similar presentations


Presentation on theme: "Call and return architectures"— Presentation transcript:

1 Call and return architectures

2 Call and return architectures
This architectural style enables a software designer to achieve a program structure that is relatively easy to modify and scale. A number of substyles exist within this category:

3 Call and return architectures
Main program/subprogram architecture. This classic program structure decomposes function into a control hierarchy where a main program invokes a number of program components which in turn may invoke other components. Remote procedure call architecture. The component of a main program/subprogram architecture are distributed across multiple computers on a network.

4 Object-oriented architectures
The components of a system encapsulate data and the operations that must be applied to manipulation the data. Communication and coordination between components is accomplished via message passing.

5 Object-oriented architectures
Basic features include: Encapsulation Information hiding Inheritance Polymorphism Message passing

6 Layered architectures


Download ppt "Call and return architectures"

Similar presentations


Ads by Google