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
What is the difference between delegates and events in c#?
What is collection of classes in c#?
What is multiple interface in c#?
Why hashtable is thread safe in c#?
What is immutable in C#?
Give some examples for built in datatypes in c#?
Is struct object oriented?
Where value types are stored in c#?
While debugging a C# application can you change the value of a variable?
How many constructors can a class have c#?
Is c# and c sharp same?
In dynamic link library, which api is used for load library?
How to find type of variable?
Explain what is copy constructor?
Why do we use stringbuilder in c#?