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 constructor in oop?
Is oop better than procedural?
Why do we use class?
What are main features of oop?
Why is static class not inherited?
What is use of overloading?
What is object in oop with example?
What is polymorphism give a real life example?
What is basic concept of oop?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What is the diamond problem in inheritance?
What does it mean when someone says I oop?
What is oops concept with example?
What does and I oop mean?
Why is encapsulation used?