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 an array be null c#?
What are the Features in .net framework 1.1
Wcf and what is difference between wcf and web services?
What are extensions methods in c#?
Why do we need generics in c#?
How many types of methods are there in c#?
How do you read an Excel sheet in C#?
What is void method?
What is the purpose of private constructor in c#?
Explain the differences between static, void and public in c#?
What is the difference between ref & out parameters in c#?
What is sqldatareader c#?
What is thread pooling?
What is expression tree with example?
Explain About ADO and its objects