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

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

1 Answers   TCS,


OOP'S advantages of inheritance include:

1 Answers   Infosys,


What is Method overloading?

5 Answers  


Can we override main method?

0 Answers  


when to use 'mutable' keyword and when to use 'const cast' in c++

0 Answers   TCS,






What is the point of oop?

0 Answers  


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

1 Answers  


Why and when is a virtual destructor needed?

5 Answers  


Explain the concepts involved in Object Oriented programming.

0 Answers   Wipro,


How is class defined?

0 Answers  


I am developing a payroll system mini project.I used file concept in program for reading and writing.When the program is reloading into the memory that is if i execute next time the file was cleaned and adding data from the starting this is my problem.I want to strore the previous data and if i want to add any record that should be next of previous data.Please help me.

0 Answers  


What are classes oop?

0 Answers  


Categories