What is multiple inheritance ?
Answer Posted / priya
From the existing class we can derive more class is called
inheritance.
from the one derived class we can create several base
class.
| Is This Answer Correct ? | 11 Yes | 12 No |
Post New Answer View All Answers
What is the difference between a mixin and inheritance?
Why is polymorphism important in oop?
what is different between oops and c++
What are benefits of oop?
What is the difference between procedural programming and oops?
Can we have inheritance without polymorphism?
What are the advantages of polymorphism?
What is the problem with multiple inheritance?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
when to use 'mutable' keyword and when to use 'const cast' in c++
What is basic concept of oop?
What is abstraction encapsulation?
What are two types of polymorphism?
Why multiple inheritance is not possible?
Why multiple inheritance is not allowed?