What is multiple inheritance ?
Answer Posted / anthony
This is the tendency of some objected oriented systems to
permit a class to inherit its state (attributes) and
behaviors from more than one super class
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which is not an object oriented programming language?
What is the oops and benefits of oops programming?
what type of question are asked in thoughtworks pair programming round ?
#include
Can main method override?
What are objects in oop?
Why multiple inheritance is not possible?
What is destructor oops?
What is methods in oop?
what is graphics
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 a superclass in oop?
write a C++ program for booking using constructor and destructor.
What is the problem with multiple inheritance?
Why multiple inheritance is not allowed?