Answer Posted / rupinder kaur
According to me,appilication of oop is where we use oop in
our real life to solve our mathematical or logical problems
by designing software.
for example,like we can design software to control the
function of robot or we can implement any mathematical
theorom easily by using oops.because it provides many
features over structured programming.
| Is This Answer Correct ? | 83 Yes | 32 No |
Post New Answer View All Answers
What is the real time example of encapsulation?
Why is encapsulation used?
What is meant by oops concept?
What makes a language oop?
What is the advantage of oop over procedural language?
What is solid in oops?
What is class and object in oops?
What is abstract class in oops?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
Why do we need oop?
Why interface is used?
What is constructor in oop?
What is the highest level of cohesion?
What is oops and its features?
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.