Answer Posted / 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 View All Answers
What is object in oop?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is property in oops?
Why multiple inheritance is not allowed?
What is static modifier?
What are objects in oop?
What is methods in oop?
What is the main purpose of inheritance law?
How does polymorphism work?
What are two types of polymorphism?
What is solid in oops?
What is polymorphism give a real life example?
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?
Why is static class not inherited?