Difference between multi-level and multiple inheritance?

Answer Posted / rizwan iqbal

In multiple inheritance there is a more than one parent class and one child class..
eg:
parent class

parent class

child class

Multilevel:
In Multilevel inheritance there is a more than one child classes and only one base class
eg:
base class

child class

child class.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why c# is type safe?

720


Is goto statement supported in c#?

744


Can arraylist hold primitive types?

767


What are delegates and why are they required?

721


What is data dictionary in c#?

688


what is a structure in c#

1054


What does out mean c#?

701


What is the advantage of singleton class?

705


What is a dynamic assembly?

744


What does private void mean in c#?

770


What is check/uncheck?

832


What is enum in c#?

721


Is it good to use var in c#?

636


What are the extension methods in c#?

690


How many types of methods are there in c#?

736