Which of the following is the worst type of module coupling?
Correct answer
B. External Coupling
Explanation
Explanation: Content coupling occurs when module A changes data of module B or when control is passed from one module to the middle of another.