Computer Science, asked by pkash3122, 11 months ago

Whta is the Measure Of The Degree Of Interdependence Between Modules

Answers

Answered by arsalansari843
0

Answer:

COUPLING is the measure of the degree of Interpendence between modules.

Answered by mahajan789
0

Coupling is the measure of the degree of interdependence between the modules.

Explanation: Coupling in software engineering refers to the level of interdependence between software modules; it is a measurement of how closely two routines or modules are related; it also refers to the strength of the connections between modules. Low coupling indicates a quality piece of software.

The types of coupling are:

  • Data Coupling
  • Stamp Coupling
  • Control Coupling
  • External Coupling
  • Common Coupling
  • Content Coupling

To learn more about computer science, click on the links below:

https://brainly.in/question/11890073

https://brainly.in/question/27870382?msp_srt_exp=5

#SPJ3

Similar questions