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 do you mean by saying a "struct is a value type"?
Can we inherit private members of class in c#?
What is difference between ilist and list?
What is a byte in c#?
write a C# Program add two matrix ?
Explain what is the smallest unit of execution in .net?
What is the C# syntax to catch any possible exception?
Why is .net so popular?
What are c# attributes and its significance?
What is c# in asp net?
Can a struct inherit from another struct or class in c#?
Why do we need generics?
Which of these string definitions will prevent escaping on backslashes in c#?
How to find methods of a assembly file (not using ILDASM)?
Is null in c#?