What is multiple inheritance ?

Answers were Sorted based on User's Feedback



What is multiple inheritance ?..

Answer / ishq basha

There will be presence of more than one base class. if we
see single inheritance there will be only one base class
whereas the multiple inheritance will be provided with more
than one base class. And in one situation some derived
class act as both base class and derived class in multiple
inheritance.

Is This Answer Correct ?    1 Yes 0 No

What is multiple inheritance ?..

Answer / anthony

This is the tendency of some objected oriented systems to
permit a class to inherit its state (attributes) and
behaviors from more than one super class

Is This Answer Correct ?    1 Yes 0 No

What is multiple inheritance ?..

Answer / rehdak

inheritance is the concept of deriving attributes from the
base class ...multiple inheritance is particularly used when
a class needs to derive attributes that is spanned among
three different classes(which we refer to as base class)

Is This Answer Correct ?    0 Yes 0 No

What is multiple inheritance ?..

Answer / anil dg

Multiple inheritance means One Subclass having Multiple Super Classes...
It is achieve IS-A condition.
It is a required the Method Overriding..

Is This Answer Correct ?    0 Yes 0 No

What is multiple inheritance ?..

Answer / 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

What is multiple inheritance ?..

Answer / varsha vilas kalebag

multiple inheriance is that base class can excess members
frm derived class

Is This Answer Correct ?    2 Yes 14 No

What is multiple inheritance ?..

Answer / priya

derived means existing class.
base means new class from the existing class.
multiple class is defined as from one derived class we can
create several base class

Is This Answer Correct ?    3 Yes 17 No

Post New Answer

More OOPS Interview Questions

Get me an image implementation program.

0 Answers  


i^=j; j^=i; i^=j; value of i,j

1 Answers  


What are the components of marker interface?

0 Answers  


What is abstrac class?where is it use?

2 Answers  


What is inheritance in simple words?

0 Answers  






What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5

16 Answers   TCS,


What is the difference between the c++ & java?

2 Answers  


How would you stop a class from class from being derived or inherited.

18 Answers   Ness Technologies,


What normal C constructs work differently in C++?

2 Answers  


what is use to destroy an object? illustrate.

5 Answers   TCS,


What is destructor example?

0 Answers  


why reinterpret cast is considered dangerous?

0 Answers   TCS,


Categories