Object Oriented Software Engineering   View all facts   Glossary   Help
subject > criterion > quality > software quality > coupling > content coupling > content coupling in Java
Upcontent coupling

content coupling in Java
subjectfact 
content coupling in Javacan be avoided by 2001-08-30 14:55:03.0
can occur when you directly modify an instance variable of an instance variable2001-08-30 14:55:03.0
can occur whenever you modify a public instance variable in a way that designers did not intend2001-08-30 14:55:03.0
is a subtopic of 9.2 - Principles Leading to Good Design2001-08-30 14:55:03.0
is a kind of content coupling2001-08-30 14:55:03.0
content couplingshould be avoided since any modification of data should be easy to find and easy to understand2001-08-30 14:55:03.0
couplingimplies that if you want to reuse one component, you will also have to import all the ones with which it is coupled2001-08-30 14:55:07.0
software qualityis hard to assess2001-08-30 14:57:42.0