Difference between multi-level and multiple inheritance?
Answer Posted / aruna
In C#:
interface is supporting multiple inheritence
class is supporting multi level inheritence.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What are different types of classes in c#?
Which is better interface or abstract class in c#?
What is difference between function and method in c#?
List the different stages of a thread?
What are the advantages of generics in c#?
What is the main purpose of linq?
What is multiple interface in c#?
Why do we need indexer in c#?
Why is c# good for games?
What is a linq in c#?
What are the Configuration files in .net?
What is a Command Object in C#?
How Global.asax is used ?
What is gac? What are the steps to create an assembly and add it to the gac?
Can we declare private class in c#?