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 list collection in c#?
What are custom exceptions? Why do we need them?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What is a clr host?
How can we sort an array in c#?
What is delegates in c# and uses of delegates?
What is namespace in oops?
How Do You Convert A Value-type To A Reference-type?
What is instantiating a class?
What do u mean by thread safe?
Does c# have a 'throws' clause?
What is xml serialization and deserialization in c#?
How do you prevent a class from being inherited?
What is dictionary collection in c#?
What is the difference between read and readline in c#?