What are some of the benefits of modularity?
What will be an ideal response?
A modular problem is easier to write, read, and modify. Modularity also isolates errors and eliminates redundancies.
Computer Science & Information Technology
You might also like to view...
Which of the following function declarations will accept either cout or a file stream object as its argument?
a. void output( fstream &outFile); b. void output( ofstream &outFile); c. void output( ostream &outFile); d. void output( iostream &outFile);
Computer Science & Information Technology
The process of switching from an old information system to a replacement system is called _____.
A. installation B. conversion C. site preparation D. cutover
Computer Science & Information Technology