![]() |
subject > criterion > quality > software quality > coupling > inclusion coupling |
![]() ![]() | ||||||
inclusion coupling comparison table |
Subject | reduce by | is a kind of | be | have disadvantage | use by | has definition |
---|---|---|---|---|---|---|
coupling | software quality | hard to assess | A measure of the extent to which interdependencies exist between software modules | |||
inclusion coupling | not including components which you do not need | coupling | a stronger form of import coupling | if the included component changes something on which the includer relies, or adds something that raises a conflict with something in the includer, then the includer must change | C and C++ | A form of coupling in which one component includes the source code of another component. All the includers of a component are coupled to each other and to the included file |
Next coupling: low coupling Up: coupling Previous coupling: import coupling