Difference between multi-level and multiple inheritance?
Answer Posted / naveenshekhar
Multiple Inheritance : we can inherit more than one class
in the same classe.
Multilevel inheritance: It has one base class and many
levels of derived classes.
Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What is tuple in c#?
What is the purpose of static?
What is deferred execution in c#?
What is c# most used for?
What is difference between array and arraylist in c#?
Difference between Value type & reference types ? and give the example in .Net?
What Is The Smallest Unit Of Execution In .net?
Explain the working of serialization?
Can I use exceptions in c#?
What are the boolean data types in c#?
How many dimensions can an array have?
What is super class in c#?
How many types of serialization are there in c#?
What are Memory foot print of an exe?
How Do You Convert A Value-type To A Reference-type?