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 a destructor?
Is xml tags are case sensitive?
What is the C# syntax to catch any possible exception?
Explain the access modifiers in c#?
What is difference between override and new in c#?
Why is c# good for games?
What are the characteristics of c#?
Can an interface extend a class c#?
What is a base class in C#?
If you want to convert a base type to a derived type, what type of conversion do you use?
What is file extension of webservices?
What is type cast in C#?
Define encapsulation?
what is the purpose of using statement in c#
What is c# and why it is used for?