What are the advantanges of modularity

Answers were Sorted based on User's Feedback



What are the advantanges of modularity..

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

What are the advantanges of modularity..

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

Post New Answer

More OOPS Interview Questions

why overriding?

3 Answers  


What are the important components of cohesion?

0 Answers  


write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation

1 Answers   College School Exams Tests, HCL, IBM, TCS,


What is the difference between a constructor and a destructor?

0 Answers  


Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.

1 Answers   Global Academy, Infotech,






Why do we use class in oops?

0 Answers  


What is byval and byref? What are differences between them?

0 Answers   HCL, Wipro,


tel me oops defination in single line

2 Answers  


what is inline function?

3 Answers  


What is oops?what is its use in software engineering?

0 Answers  


What is and I oop mean?

0 Answers  


Whatis the difference between oop and object based language

3 Answers  


Categories