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
How to Install uninstall assemblies into GAC?
What is the ouput of the following program?
What is difference between method overriding and method overloading?
What are the properties of c#?
What are delegates in C#?
What is the difference between Object and class adapters?
Can you describe iuknown interface in short?
Does c# have functions?
Explain About Postback
What is an arraylist in c#?
How jit (just in time) works?
How do you encapsulate in c#?
Is arraylist type safe in c#?
What's the difference between class and object?
Please explain value types and reference types used in c#?