Difference between multi-level and multiple inheritance?
Answer Posted / ashifa
Multiple inheritance: It has one derived class and can have
more than one base class.
Multilevel inheritance: It has one base class and many
levels of derived classes.
| Is This Answer Correct ? | 56 Yes | 17 No |
Post New Answer View All Answers
Explain the process of inheriting a class into another class?
What is Asynchronous call and how it can be implemented using delegates?
Define method overloading in c#?
Is dictionary a collection?
What does the keyword “virtual†declare for a method or property?
Is object an int c#?
What is class and object c#?
Please explain value types and reference types used in c#?
Is .net and c# the same?
What is thread pooling?
Explain the ways to deploy an assembly?
What are functions in c#?
How to parse a date time string?
What is reflection in c#?
What is the difference between ienumerable and icollection?