Concept: Strong coupling

Abstract

If two classes are coupled together in such a way that they cannot be compiled if they are coupled together in a fundamentally wrong way, they are strongly coupled. The more protections the compiler gives against wrong use, the stronger the coupling is.

Related Use Cases

Other Actions

documentation | all examples | use cases | concepts | keywords