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

What is the difference between delegates and events in c#?

694


What is collection of classes in c#?

746


What is multiple interface in c#?

756


Why hashtable is thread safe in c#?

742


What is immutable in C#?

811


Give some examples for built in datatypes in c#?

759


Is struct object oriented?

695


Where value types are stored in c#?

730


While debugging a C# application can you change the value of a variable?

785


How many constructors can a class have c#?

711


Is c# and c sharp same?

675


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

764


How to find type of variable?

777


Explain what is copy constructor?

817


Why do we use stringbuilder in c#?

740