What is multiple inheritance ?
Answer Posted / priya
derived means existing class.
base means new class from the existing class.
multiple class is defined as from one derived class we can
create several base class
| Is This Answer Correct ? | 3 Yes | 17 No |
Post New Answer View All Answers
What is difference between multiple inheritance and multilevel inheritance?
What is polymorphism and example?
What is the difference between abstraction and polymorphism?
Why is encapsulation used?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What are the benefits of polymorphism?
write a C++ program for booking using constructor and destructor.
Why is static class not inherited?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Can static class have constructor?
How do you define a class in oop?
#include
what is difference between class template and template class?
program for insertion ,deletion,sorting in double link list
What is constructor in oop?