SlNo | Coupling | Coehesion |
---|---|---|
1. | Coupling exists between a module i.e., inter-modular. | Cohesion exists within a module i.e., intra-modular. |
2. | Low value of coupling is good for software. | High value of cohesion is good for software. |
3. | Coupling remarks the independence among modules. | Cohesion remarks the functional strength of modules. |
4. | Says about the independence of two modules related to each other. | Says about the functional strength of the module. |
Categories: Software Engineering
0 Comments