Functional cohesion is most desirable form of cohesion - Software Design Concept

Q.  Which is the most desirable form of cohesion?
- Published on 13 Aug 15

a. Logical cohesion
b. Functional cohesion
c. Procedural cohesion
d. Communicational cohesion

ANSWER: Functional cohesion
 

    Discussion

  • Prajakta Pandit   -Posted on 25 Nov 15
    - Functional cohesion is the most desirable form of a cohesion.

    - Functional is the best type of cohesion.

    - In this, operations are the part of a single functional task and are placed in the same procedures.

    - In this type of cohesion, the parts of a module are grouped because they all contribute to a single well-defined task of the module.

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