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
What is datarelation c#?
What is reference types in c#?
What is dataview c#?
Is the following code legal?
Do extension methods have to be static?
Why do we need dependency injection in c#?
How are methods overloaded?
What is delegates in c# and uses of delegates?
What is a property c#?
Explain data types in c#?
Describe the ways of cleaning up objects in c#.
What is eager loading in c#?
What is super class in c#?
What is collection class c#?
Can you have parameters for static constructors?