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 do destructors and garbage collection work in c#?
What is deadlock in c#?
What is the .NET collection class that allows an element to be accessed using a unique key?
Is c# good for beginners?
What are c# collections?
What is lock in c#?
What is a virtual property. Give an example?
What is the difference between namespace and class in c#?
What are the types of comment in c# with examples?
What is dictionary and hashtable in c#?
What is strongly typed view?
Can struct inherit from class c#?
What is function c#?
How do I trim a space in c#?
What is a Command Object in C#?