Object Oriented Software Engineering   View all facts   Glossary   Help
subject > criterion > quality > software quality > coupling > inclusion coupling
Next couplinglow coupling    Upcoupling    Previous couplingimport coupling   

inclusion coupling comparison table
Subject reduce by is a kind of be have disadvantage use by has definition
coupling software qualityhard to assess  A measure of the extent to which interdependencies exist between software modules
inclusion couplingnot including components which you do not needcouplinga stronger form of import couplingif 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 changeC 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 couplinglow coupling    Upcoupling    Previous couplingimport coupling