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


Please Help Members By Posting Answers For Below Questions

Why do pointers exist?

899


What is a class oop?

777


What is encapsulation and abstraction? How are they implemented in C++?

875


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2238


What is polymorphism used for?

796


What is the full form of oops?

936


What is encapsulation in oops?

780


Why interface is used?

770


What is a class and object?

815


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

1921


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

1918


What is object and class in oops?

805


Describe these concepts: Polymorphism, Inheritance and Abstraction.

896


What is oops?what is its use in software engineering?

782


How to use CMutex, CSemaphore in VC++ MFC

4554