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
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is overloading in oop?
What does I oop mean?
How do you answer polymorphism?
What is the important feature of inheritance?
Why do while loop is used?
Can we create object of interface?
How can you overcome the diamond problem in inheritance?
What is class encapsulation?
What is the difference between abstraction and polymorphism?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
to find out the minimum of two integer number of two different classes using friend function
What is class in oop with example?
How Do you Code Composition and Aggregation in C++ ?
What is polymorphism what are the different types of polymorphism?