Difference between multi-level and multiple inheritance?

Answer Posted / vipin rana

multiple inheritance: It is define that type of inheritence
in which more than one class can derived one derived class.
ie.



base1 base 2 base n
| | |
| | |
|_____________ derived _______|

multilevel inheritance: It is define that type of
inheritance in which one derived class can derived a new
class as well as well base class for new derived class is
refered to as intermidite base class..


ie. 1 base class
|
|
|
2 intermidiate base class
|
|
|
3 derived



or .. student
|
|
test
|
|
result

Is This Answer Correct ?    7 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between iqueryable and ienumerable?

463


What is a long in c#?

458


What is jagged array in c#?

548


Explain the difference between a Private Assembly and a Shared Assembly

519


What is the main purpose of linq?

483






What is default value of decimal c#?

481


What is multiple interface in c#?

519


Is multiple inheritance possible in c#?

563


What does xpath return?

541


what is scope of a protected internal member variable of a c# class

542


What is a delegate? How can it works?

527


What are the different approaches of passing parameters to a method?

484


What is the difference between an integer and int?

476


What is a console?

500


What is difference between tostring() vs convert.tostring() vs (string) cast

554