What is multiple inheritance ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
Answer / varsha vilas kalebag
multiple inheriance is that base class can excess members
frm derived class
| Is This Answer Correct ? | 2 Yes | 14 No |
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 |
difine hierarchical inheritance.
which feature are not hold visual basic of oop?
can you explain how to use JavaBean in Project
What is class and object in oops?
What type of Job you are providing?
sir plz send me a set of questions that been frequently held in written examination during campus selection.
What is inheritance in oop?
Pls...could any one tell me that whether we can access the public data memeber of a class from another class with in the same program. Awaiting for your response Thanku
what is object slicing?
What are main features of oop?
Why is polymorphism important in oop?
when to use 'mutable' keyword and when to use 'const cast' in c++