Answer Posted / prashant
Out of Perfomance Management
| Is This Answer Correct ? | 3 Yes | 25 No |
Post New Answer View All Answers
What do you mean by overloading?
What are oops methods?
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.
hi all..i want to know oops concepts clearly can any1 explain??
Why is abstraction used?
Can private class be inherited?
What is a class oop?
Why is polymorphism important in oop?
What is constructor overloading in oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Whats is abstraction in oops?
What is basic concept of oop?
What is polymorphism used for?
What is polymorphism give a real life example?
What is the importance of oop?