Difference between multi-level and multiple inheritance?

Answer Posted / abilash aravindan

Multiple inheritance:

In this , we can inherit more than one class..

Base Class
^
/ \
c1 c2

MultiLevel Inheritance:

In this, One class can inherit, one derived class and tat
derived class will be act as a base class for another
derived class...

c1(base class for c2)
|
(base class for c3)c2(derived class of c1)
|
c3(derived class of c2)

Hope now you can understand better..

Is This Answer Correct ?    29 Yes 38 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of collections are there in c#?

568


What is ilasm.exe used for?

582


Can you use foreach iteration on arrays in c#?

686


Explain About Virtual functions and their use.

659


How do you escape in c#?

618






What does args mean in c#?

582


Explain how to parse a datetime string?

577


How do I develop c# apps?

603


In dynamic link library, which api is used for load library?

609


Do loops c#?

581


i want o/p 011242110 in c# code.

1731


Why do we need reflection in c#?

579


What is bitwise operator in c#?

584


Can bool be null c#?

584


Are tuples mutable c#?

572