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
Can we have static indexer in c#?
What is boxing in c#?
What is multicast delegate explain with example?
What is int parse in c#?
What is routing in c#?
What is mvc pattern in c#?
Does unity require coding?
Explain how to implement an object pool in c#.net
What is the difference between internal and protected in c#?
Write down the c# syntax to catch an exception
Contrast System.String and System.Text.StringBuilder classes?
How to install or uninstall a windows service?
What are the benefits of using generics?
Can namespace contain the private class?
Can non-default constructors be used with single call sao?