Object Oriented Software Engineering View all facts Glossary Help |
| subject > component > module > cohesive module > sequentially cohesive module |
| sequentially cohesive module comparison table | ||
| Subject | contain | is a kind of |
|---|---|---|
| cohesive module | sub-modules with different types of cohesion | module |
| sequentially cohesive module | nothing other than the set of procedures that co-operate with another module, where one provides input to the next | cohesive module |
Next cohesive module: functionally cohesive module Up: cohesive module