What is multiple inheritance ?
Answer Posted / sivaramakrishnan
Inheritance is the process of creating new class called
derived from the existing or base class.
A derived class with more than one base class is known as
multiple inheritance.
Real time example: A children inherits features from both
father(base1) and mother(base2)
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between encapsulation and polymorphism?
What is the difference between static polymorphism and dynamic polymorphism?
how to get the oracle certification? send me the answer
What is constructor in oop?
Why oops is important?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
program for insertion ,deletion,sorting in double link list
Can we create object of abstract class?
What is overloading and its types?
What is balance factor?
What is polymorphism what is it for and how is it used?
How do you explain polymorphism?
what is difference between class template and template class?
class type to basic type conversion
Why is polymorphism used?