What are the advantanges of modularity
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / narender vadhava
Modularity means to divide a program into smaller units
into modules as we do in c to make functions.
It help us to write a large program, easily to handle a
complex problem by dividing into modules.
it is also helpful to give a good and easy look to our
lengthy program
| Is This Answer Correct ? | 18 Yes | 3 No |
Get me an image implementation program.
What is advantage of inheritance?
what is graphics
What is the Advantage of Interface over the Inheritance in OOPS?
What is encapsulation selenium?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What are the advantages of polymorphism?
What normal C constructs work differently in C++?
which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
What is R T T I ?
What is the difference between the C & C++?