What are the advantanges of modularity

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


Please Help Members By Posting Answers For Below Questions

What is the difference between inheritance and polymorphism?

583


What is object in oop?

675


write a program that takes input in digits and display the result in words from 1 to 1000

1982


What is polymorphism explain?

679


What is advantage of inheritance?

685






What is stream in oop?

835


How do you achieve polymorphism?

607


What is the real life example of polymorphism?

603


What are the data types in oop?

598


What is destructor give example?

595


What is the point of polymorphism?

578


What is purpose of inheritance?

641


How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

1650


What is the significance of classes in oop?

585


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

1652