![]() |
subject > criterion > quality > software quality > coupling > stamp 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 coupling | requiring that all variables of the shared class only be accessible via methods | coupling | if the shared class changes, then all the classes that access its variables will likely have to change | A form of coupling in which two components modify or access data in the same object |
Next coupling: tight coupling Up: coupling Previous coupling: routine call coupling