Junior
What is the level of interaction between modules called?
sobes.tech AI
Answer from AI
Cohesion and Coupling.
- Cohesion describes the degree to which elements within a module relate to each other. High cohesion is good, indicating that the module performs a single, well-defined task.
- Coupling describes the degree of dependency of one module on another. Low coupling is good, meaning that changes in one module minimally affect others.