Coupling Categories

Data

¨    Module m1 and m2 are data coupled when m2 uses all data elements of m1.

¨      Advantages

·        Changes are isolated to the component beginning changed and need not ripple through the program design.

¨      Consequences

·        Slower performance because each parameter is passed as an individual element.

 

Back Home Up Next