Answer Posted / abinash mohanty
Out of multiple functions which function is going to be
executed,that is decided at the run time. This concept is known as dynamic polymorphism
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation c#?
What is for loop and its syntax?
Why oops is important?
officer say me - i am offered to a smoking , then what can you say
What causes polymorphism?
What is the purpose of enum?
write a program to find 2^n+1 ?
What is meant by multiple inheritance?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
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 main purpose of inheritance law?
Can you inherit a private class?
Which language is pure oop?
What is persistence in oop?
What is class and example?