Object Oriented Software Engineering View all facts Glossary Help |
| subject > criterion > quality > software quality > coupling > content coupling > content coupling in Java |
| content coupling in Java comparison table | |||||
| Subject | occur whenever | avoid by | has definition | is a kind of | occur when |
|---|---|---|---|---|---|
| content coupling | An undesirable form of coupling in which a component surreptitiously modifies internal data of another component | coupling | |||
| content coupling in Java | you modify a public instance variable in a way that designers did not intend |
| content coupling | you directly modify an instance variable of an instance variable |
Up: content coupling