Difference between multi-level and multiple inheritance?
Answer Posted / vikram
multiple inheritance:A Class Extends or derived from
atleast more one class or interface.
Multi-level:A class Extends or Derived from exactly one
class & derived class can act as base class for another class
| Is This Answer Correct ? | 25 Yes | 5 No |
Post New Answer View All Answers
What does using system mean in c#?
How do you remove white spaces from a string?
Can we inherit a private class in c#?
What is option parameter in C#?
How does c# generics and c++ templates compare?
What is dynamic dispatch?
What is entity framework c#?
explain the nature of the assembly work?
What is a cs file?
What is the difference between as and is operators in c#?
Define an array?
What is Inheritance in C#?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What is dataadapter c#?
List the different stages of a thread?