What is multiple inheritance ?
Answer Posted / rohan
[Base Classes]
music name height
\\ || //
\\ || //
\\ || //
\\ || //
Musician
[Example of multiple
inheritance]
Def.: A class derived from 2 or more superclass is called a
class inherited from by multiple inheritance.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
How to call a non virtual function in the derived class by using base class pointer
Why is polymorphism used?
Can we define a class within the interface?
Why do we use encapsulation in oops?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Why do we use oops?
What is overloading and its types?
What is polymorphism oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Which is better struts or spring?
What is polymorphism and types?
What makes a language oop?
Why do we use polymorphism in oops?
What is overloading in oop?
Which language is not a true object oriented programming language?