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 abstraction in oop?
Can we create object of abstract class?
What is balance factor?
What is coupling in oops?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What is static in oop?
Why is abstraction needed?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What are the features of oop?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Is react oop?
What is abstraction in oops?
What does I oop mean?
what is difference between class template and template class?
Give two or more real cenario of virtual function and vertual object