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

what is difference between class template and template class?

0 Answers  


What is a template?

7 Answers  


Out of 4 concepts, which 3 C++ Follow?

1 Answers   TCS,


What is a function in oop?

0 Answers  


create a c++ program that will ask 10 numbers and display their sum using array.

1 Answers  






What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++

1 Answers   TCS,


Program to check whether a word is in all capital letters

1 Answers  


Describe these concepts: Polymorphism, Inheritance and Abstraction.

0 Answers   TCS,


create a c++ program that will accepts 9 inputs using 3 by 3 array.

1 Answers  


why c++ is called OOPS? waht is inherutance? what is compiler?

5 Answers  


What are the features of oop?

0 Answers  


write a progra in c++ using class & object to find out wheather a given no. is prim or not.

2 Answers  


Categories