Object Oriented Software Engineering   View all facts   Glossary   Help
subject > criterion > quality > software quality > coupling > routine call coupling
Next couplingstamp coupling    Upcoupling    Previous couplinglow coupling   

routine call coupling comparison table
Subject reduce by is a kind of be has definition
coupling software qualityhard to assessA measure of the extent to which interdependencies exist between software modules
routine call couplingreducing the total number of routines that a particular class or package calls: If you use a sequence of two or more methods to compute something, and this sequence is used in more than one place, then you can reduce routine call coupling by writing a single routine that encapsulates the sequencecouplingalways present in an object oriented systemA form of coupling in which one routine calls another

Next couplingstamp coupling    Upcoupling    Previous couplinglow coupling