GYANTONIC
Placement Preparation
Aptitude Test
HR Interview
C / C++ Test
Career
Login
Create Account
Ask Question
Q & A
Articles
Become Mentor
Home
>
Discussion Topics
>
Discussions
Discuss this Question
Multi Level Inheritance means deriving a class from more than one class.
True
False
Answer :
False
Share
|
Previous Comments
how many type of inheritance is their in c++
On :
20-Apr-2011
By :
Hemant Mann
Report Abuse
|
Reply
Hierarchical inheritance
a
/ \
b c
Multiple inheritance
a b
\ /
c
Hybrid inheritance->it is the combination of one or more inheritances
Eg: a
/ \
b c
|
d
By :
priyanka
On :
15-Mar-2012
There are five different inheritances supported in C++:
(1) Simple / Single
(2) Multilevel
(3) Hierarchical
(4) Multiple
(5) Hybrid
single inheritance
a
|->b is derived from a
b
multilevel inheritance
a
|
b
|
c
By :
priyanka
On :
15-Mar-2012
single inheritance,multiple inheritance,multi level inheritance,hybrid inheritance
By :
priyanka
On :
15-Mar-2012
When a subclass is derived from a derived class then this is known as the multilevel inheritance. The derived class is called the subclass or child class for it's parent class and this parent class works as the child class for it's just above ( parent ) class. Multilevel inheritance can go up to any number of level.
On :
18-Apr-2011
By :
Ankita Chawla
Report Abuse
|
Reply
Your Comments
Login to Post
Ask a Question
Type your question here.
Latest Articles
What to opt after B.Tech: MBA or M.Tech
The .NET FRAMEWORK
Importance of practical education
Choosing the right Coaching Centre
Understanding Locking in SQL Server
How to cope with failure
Entrepreneurship - the need of the hour
All Articles...