Object Oriented Software Engineering View all facts Glossary Help |
| subject > criterion > quality > software quality > coupling > routine call coupling |
| routine call coupling comparison table | ||||
| Subject | reduce by | is a kind of | be | has definition |
|---|---|---|---|---|
| coupling | software quality | hard to assess | A measure of the extent to which interdependencies exist between software modules | |
| routine call coupling | reducing 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 sequence | coupling | always present in an object oriented system | A form of coupling in which one routine calls another |
Next coupling: stamp coupling Up: coupling Previous coupling: low coupling