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
What is the difference between const and readonly in c#.net?
What are the different approaches of passing parameters to a method?
What does static mean in c sharp?
What is multithreading with .net?
What is the meaning of MSIL?
Is there hashmap in c#?
What is the boxing and unboxing in c#?
What is throw in c#?
Can we inherit a private class in c#?
What is a trace and asset? Explain some differences?
What is mean by c#?
How does foreach loop work in c#?
In a memory when you Box and Unbox a value-type what happens?
What is parsing? How to parse a date time string?
What are collection classes?