Cohesion is indication of relative functional strength of module - Software Design Concept

Q.  ___________ is an indication of the relative functional strength of a module.
- Published on 30 Jul 15

a. Cohesion
b. Coupling
c. Modularity
d. Cohesion and coupling.

ANSWER: Cohesion
 

    Discussion

  • Prajakta Pandit   -Posted on 25 Nov 15

    - Cohesion is an indication of the relative functional strength of a module.

    - It is the degree to which its responsibilities form a meaningful unit.

    - All elements are directed towards a single task.

    - It is a qualitative measure, where the source code is to be examined to determine the classification.

    - Higher cohesion is better for performing the operation.

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.)