Difference between multi-level and multiple inheritance?
Answer Posted / kautilya
Multiple Inheritence : while a class has inheritted more
than one classes then it is called multiple inheritance.
Multi-Level Inheritence : where a class can inherit only
one class. while a class has inherited a class and it is
being inherited by other class, this hierarchy is being
called as Multi-Level Inheritence.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is difference between il and dll ?
How is a string immutable?
What is difference between variable and property in c#?
What is array class in c#?
Which is faster iqueryable or ienumerable?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
Are there functions in c#?
Define strong name in c#?
Where do we set the min and max pool size for connection pooling?
What is default access modifier for class in c#?
What is default constructor c#?
What is a satellite assembly in c#?
Can we override static class in c#?
Name which controls do not have events?
What does string intern do?