Computer Science Fundamentals Software Engineering Subjective
Feb 28, 2013

What are the various types of coupling?

Detailed Explanation
  • Data coupling – The data coupling is possible by parameter passing or data interaction.
  • Control coupling – The modules share related control data in control coupling.
  • Common coupling – The common data or a global data is shared among modules.
  • Content coupling – Content coupling occurs when one module makes use of data or control information maintained in another module.
Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback