Difference between multi-level and multiple inheritance?
Answer Posted / hafiz usman majeed
multiple inheritence means that a class is inherited from
more than one class. whereas multi-level inheritence means
that a class is inherited at more than one level that is it
can be inherited internally and/or protectedly.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
How does foreach loop work in c#?
Explain when should you call the garbage collector in .net?
What is the difference between a class and an object c#?
Can a child class call the constructor of a base class?
What does this keyword mean in c#?
How do you encapsulate in c#?
What is difference between assembly and dll?
What are actions in c#?
What debugging tools come with the .NET ssSDK?
Why dictionary is faster than list?
How do I do a case-insensitive string comparison?
Explain the difference between “as” and “is” operators used in c#?
What is the importance of closing an ado.net application?
Explain different properties of object oriented systems.
What is anonymous class in c#?