MCQOPTIONS
Saved Bookmarks
| 1. |
What is the meaning of Functional Cohesion? |
| A. | 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» B. All operations that access the same data are defined within one class. | |