Object Oriented Software Engineering   View all facts   Glossary   Help
subject > criterion > quality > software quality > coupling > stamp coupling
Next couplingtight coupling    Upcoupling    Previous couplingroutine call coupling   

stamp coupling comparison table
Subject reduce by is a kind of have disadvantage has definition
coupling software quality A measure of the extent to which interdependencies exist between software modules
stamp couplingrequiring that all variables of the shared class only be accessible via methodscouplingif the shared class changes, then all the classes that access its variables will likely have to changeA form of coupling in which two components modify or access data in the same object

Next couplingtight coupling    Upcoupling    Previous couplingroutine call coupling