What is multiple inheritance ?
Answer Posted / sivaramakrishnan
Inheritance is the process of creating new class called
derived from the existing or base class.
A derived class with more than one base class is known as
multiple inheritance.
Real time example: A children inherits features from both
father(base1) and mother(base2)
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is balance factor?
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.
class type to basic type conversion
How many human genes are polymorphic?
Can a destructor be called directly?
what are the different types of qualifier in java?
Can bst contain duplicates?
What is the highest level of cohesion?
What is coupling in oop?
Is html an oop?
Can main method override?
What is polymorphism and its types?
What is multilevel inheritance explain with example?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?