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

How to Install uninstall assemblies into GAC?

580


What is the ouput of the following program?

636


What is difference between method overriding and method overloading?

619


What are the properties of c#?

577


What are delegates in C#?

645






What is the difference between Object and class adapters?

594


Can you describe iuknown interface in short?

727


Does c# have functions?

555


Explain About Postback

634


What is an arraylist in c#?

695


How jit (just in time) works?

587


How do you encapsulate in c#?

561


Is arraylist type safe in c#?

600


What's the difference between class and object?

566


Please explain value types and reference types used in c#?

568