What is multiple inheritance ?
Answer Posted / varsha vilas kalebag
multiple inheriance is that base class can excess members
frm derived class
| Is This Answer Correct ? | 2 Yes | 14 No |
Post New Answer View All Answers
what are the realtime excercises in C++?
Where is pseudocode used?
Can we define a class within the interface?
Get me an image implementation program.
What is the difference between procedural programming and oops?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is a superclass in oop?
What does it mean when someone says I oop?
What is the real time example of inheritance?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is the types of inheritance?
Why do we use class in oops?
What are different oops concepts?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is oops concept with example?