Object Oriented Software Engineering View all facts Glossary Help |
| subject > criterion > quality > software quality > coupling > common coupling |
| common coupling comparison table | |||||
| Subject | avoid by | is a kind of | share | minimize | has definition |
|---|---|---|---|---|---|
| coupling | software quality | A measure of the extent to which interdependencies exist between software modules | |||
| common coupling | creating a module that has specially-designated public methods, which can be called to obtain or modify the system-wide default values | coupling | many of the disadvantages of content coupling | A form of coupling in which components share data using a global variable and thus become dependent on each other |
Next coupling: content coupling Up: coupling Previous coupling: type use coupling