Functional Cohesion - Definition - Software Design Concept
Q. What is the meaning of Functional Cohesion?- Published on 18 Aug 15a. Operations are part of single functional task and are placed in same procedures.
b. All operations that access the same data are defined within one class.
c. All operations that access the data from outside the module.
d. None of the above.
ANSWER: Operations are part of single functional task and are placed in same procedures.