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

if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

1 Answers  


What is the difference between a constructor and a destructor?

0 Answers  


What is difference between function overloading and overriding?

1 Answers   emc2,


Why multiple inheritance is not allowed?

0 Answers  


JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?

3 Answers  






What is the default size allocated for array in the statement if size not specified " int a[] "

4 Answers   CTS,


What is data binding?

4 Answers   Ittiam Systems,


Whats oop mean?

0 Answers  


What is the point of polymorphism?

0 Answers  


Pls...could any one tell me that whether we can access the public data memeber of a class from another class with in the same program. Awaiting for your response Thanku

4 Answers  


What is constructor in oop?

0 Answers  


what is difference between thread and programme.

1 Answers   NCC,


Categories