Answer Posted / kanthi
Actually, the main advantage of modularity is reusability.
By dividing a complex problem into modules and implementing
them differently, reusability can be achieved as these
modules can be used when need for same task arises in a
similar problem.
Also, ofcourse modularity increases code legibility and it
is an efficient way of handling difficult and lengthy tasks
by dividing each module responsibilty amongst various
developers.
| Is This Answer Correct ? | 29 Yes | 0 No |
Post New Answer View All Answers
What is the benefit of oop?
What is the fundamental idea of oop?
What is multilevel inheritance explain with example?
How is polymorphism achieved?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
Is enum a class?
Templates mean
how to get the oracle certification? send me the answer
What is the example of polymorphism?
What is object-oriented programming? Webopedia definition
What is the difference between procedural programming and oops?
class type to basic type conversion
What is difference between multiple inheritance and multilevel inheritance?
What is encapsulation example?
What are main features of oop?