Content coupling is worst type of coupling - Software Design Concept

Q.  Which is the worst type of coupling?
- Published on 14 Aug 15

a. Control coupling
b. Data coupling
c. Content coupling
d. Stamp coupling

ANSWER: Content coupling
 

    Discussion

  • Prajakta Pandit   -Posted on 25 Nov 15

    - Content coupling is a worst level of coupling.

    - Coupling is a measure of the relationship, it means a dependency between two modules.

    - Content coupling in a module is desirable. It occurs between two modules if one refers to the internals of the other module.

    - It is also known as pathological coupling.

    - Content coupling should never be used when designing modules.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)