Does c++ support multilevel and multiple inheritance?
Answer Posted / p.madhupriya
yes.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the example of polymorphism?
Why is encapsulation used?
What is the types of inheritance?
What does and I oop mean?
What is polymorphism programming?
Advantage and disadvantage of routing in telecom sector
What is the difference between encapsulation and polymorphism?
is there any choice in opting subjects like 4 out of 7
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 abstract class in oops?
What does I oop mean?
What are benefits of oop?
What polymorphism means?
What are objects in oop?
How to hide the base class functionality in Inheritance?