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 framework is used for performance testing/load testing?
How will you allow a class to be inherited, but prevent the method from being over-ridden?
What is difference between function and method in c#?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
Is c# or c++ better for games?
What are value types in c#?
Explain the difference between object type and dynamic type variables in c#?
What is data type in c# with example?
What are classes in c#?
What is the use of constructor in c# with example?
Can we override main method in c#?
Can we extend sealed class in c#?
What are the characteristics of c#?
Why static variables are used?
Explain the term inheritance in C#.