Object Oriented Software Engineering View all facts Glossary Help |
| subject > component > module |
| module comparison table | |||
| Subject | use | contain | is a subtopic of |
|---|---|---|---|
| C module | 9.1 - The Process of Design | ||
| cohesive module | the services of other modules without reducing cohesion, as long as the services of the other modules are not doing things that should be in the cohesive module | sub-modules with different types of cohesion | 9.2 - Principles Leading to Good Design |
| Java module | 9.1 - The Process of Design |
Next component: reusable component Up: component Previous component: layer