Object Oriented Software Engineering   View all facts   Glossary   Help
subject > component > module > cohesive module
Next moduleJava module    Upmodule    Previous moduleC module   

cohesive module comparison table
Subject have example interact with have inputs have contain return call
functionally cohesive modulea module that inputs meteorological data from weather stations and satellites and generates an atmospheric model that other systems can use to generate weather forecaststhe userfunction parameters, but they can also include files or some other stream of dataside effects such as updating a database or creating a new filesub-modules with different types of cohesiona simple return value or a more complex data structurethe services of other modules, but the called modules must preserve the functional cohesion
sequentially cohesive module    nothing other than the set of procedures that co-operate with another module, where one provides input to the next  

Next moduleJava module    Upmodule    Previous moduleC module