Multiple choice

In procedural programming, what type of coupling is the highest?

  1. Content coupling

  2. Common coupling

  3. External coupling

  4. Control coupling

  5. Data coupling

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Content coupling (also known as pathological coupling) is when one module modifies or relies on the internal workings of another module.