Object Oriented Software Engineering   View all facts   Glossary   Help
subject > criterion > quality > software quality > coupling > content coupling
Next couplingcontrol coupling    Upcoupling    Previous couplingcommon coupling   

content coupling comparison table
Subject occur when avoid avoid by imply is a kind of be is a subtopic of occur whenever
content coupling in Javayou directly modify an instance variable of an instance variablesince any modification of data should be easy to find and easy to understandthat if you want to reuse one component, you will also have to import all the ones with which it is coupledcontent couplinghard to assess9.2 - Principles Leading to Good Designyou modify a public instance variable in a way that designers did not intend

Next couplingcontrol coupling    Upcoupling    Previous couplingcommon coupling