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 oledb in c#?
What are native methods?
What is view model in c#?
can you declare an override method to be static if the original method is not static?
Explain concurrency with aop?
What is .net console?
Can we set image Source dynamically using C# in WPF application?
What is deferred execution?
What is the purpose of constructor in c#?
List down the differences between public, static and void keywords?
Explain the advantage of using system.text.stringbuilder over system.string?
How long does it take to get a loop recorder put in?
What is a thread? What is multithreading?
What is difference between override and new in c#?
what are the differences between a class and structure