What is multiple inheritance ?
Answer Posted / sudha i r
multiple inheritence means the class(child class) inherited
from multiple base class(parent class)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is pure oop?
What is difference between abstraction and encapsulation?
State what is encapsulation and friend function?
write a program to find 2^n+1 ?
Explain virtual inheritance?
What is destructor in oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What are main features of oop?
What is the difference between encapsulation and polymorphism?
What are functions in oop?
Can you explain polymorphism?
What is abstract class in oop?
What is data binding in oops?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Why do we need oop?