Computer Science, asked by rajasekarmp, 4 days ago

High degree of coupling refers to a state

Answers

Answered by ribhur2102
20

High degree of Coupling

Explanation:

  • Coupling is measure of how modules get dependent on each-other. Strong-coupling is bad & low-coupling is good.
  • High-coupling refers that modules could not be separated. It means that the internal of the one module get mixed up with internals of other module.
  • High-coupling means that module knows the way too much about other module's inner workings.
  • For the low-coupling, we can make changes to internals of the one modules without thinking about their impacts on other module in system.
Similar questions