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
Why c# is type safe?
Is goto statement supported in c#?
Can arraylist hold primitive types?
What are delegates and why are they required?
What is data dictionary in c#?
what is a structure in c#
What does out mean c#?
What is the advantage of singleton class?
What is a dynamic assembly?
What does private void mean in c#?
What is check/uncheck?
What is enum in c#?
Is it good to use var in c#?
What are the extension methods in c#?
How many types of methods are there in c#?