1w50: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== Buschman == | |||
{| class="wikitable" | {| class="wikitable" | ||
| Line 8: | Line 5: | ||
! Functionality !! Structural Principle | ! Functionality !! Structural Principle | ||
|- | |- | ||
| Creation || | | Creation || Abstraction | ||
|- | |- | ||
| Communication || | | Communication || Encapsulation | ||
|- | |- | ||
| Access || | | Access || Separation of concerns | ||
|- | |- | ||
| Computation of complex tasks || | | Computation of complex tasks || Coupling and cohesion | ||
|} | |} | ||
Revision as of 01:42, 4 October 2012
Buschman
| Functionality | Structural Principle |
|---|---|
| Creation | Abstraction |
| Communication | Encapsulation |
| Access | Separation of concerns |
| Computation of complex tasks | Coupling and cohesion |