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

functionally cohesive module comparison table
Subject have example interact with have inputs have is a kind of return call
cohesive module    module  
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 filecohesive modulea simple return value or a more complex data structurethe services of other modules, but the called modules must preserve the functional cohesion

Next cohesive modulesequentially cohesive module    Upcohesive module