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

assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1679


What is difference between pop and oop?

615


What is multilevel inheritance?

734


Is abstract thinking intelligence?

605


what is the sylabus for priliminaries?

1700






Why is static class not inherited?

605


What is the difference between a constructor and a destructor?

623


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1403


What is multilevel inheritance explain with example?

636


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2114


What are the types of abstraction?

570


What are the two different types of polymorphism?

679


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

3859


What is coupling in oop?

608


What is abstraction and encapsulation?

583