Object Oriented Software Engineering   View all facts   Glossary   Help
subject > component > module > cohesive module > sequentially cohesive module
Next cohesive modulefunctionally cohesive module    Upcohesive module

sequentially cohesive module
subjectfact 
sequentially cohesive modulecontains nothing other than the set of procedures that co-operate with another module, where one provides input to the next2001-08-30 14:57:28.0
is a subtopic of 9.2 - Principles Leading to Good Design2001-08-30 14:57:28.0
is a kind of cohesive module2001-08-30 14:57:28.0
cohesive modulecan use 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 module2001-08-30 14:54:56.0
modulehas high cohesion if related aspects of a system are kept together in this module, and unrelated aspects are kept out2001-08-30 14:56:38.0
is implemented2001-08-30 14:56:38.0
lacks side effects if it does not modify any data, and does not leave behind any information, other than its result, that would have an effect on other computations2001-08-30 14:56:38.0
componentis reusable if it can be used in several different systems with little or no modification2001-08-30 14:55:00.0
may perform a special-purpose function such as the user interface for a particular system2001-08-30 14:55:00.0