Object Oriented Software Engineering View all facts Glossary Help |
| subject > criterion > quality > software quality > coupling > stamp coupling |
| stamp coupling | ||||
| subject | fact | |||
| stamp coupling | can be reduced by requiring that all variables of the shared class only be accessible via methods | ![]() |
| has definition A form of coupling in which two components modify or access data in the same object | ![]() | |
| has disadvantage if the shared class changes, then all the classes that access its variables will likely have to change | ![]() | |
| is a subtopic of 9.2 - Principles Leading to Good Design | ![]() | |
| is a kind of coupling | ![]() | |
| coupling | implies that if you want to reuse one component, you will also have to import all the ones with which it is coupled | ![]() |
| software quality | is hard to assess | ![]() |