What are the advantanges of modularity
Answers were Sorted based on User's Feedback
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 |
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 |
should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks
what is virtual function in c++
what is the difference between class and structure in C++?
can inline function declare in private part of class?
Can we have a private constructor ?
12 Answers HSBC, Ness Technologies, TCS, Wipro,
What is abstract class in oop?
Why is there no multiple inheritance?
What is abstraction and encapsulation?
difference between static and non-static variables?
program for insertion ,deletion,sorting in double link list
What is object in oops?
create a c++ program that will accepts 9 inputs using 3 by 3 array.