How do you create multiple inheritance in C#?
Answer Posted / p.senthil
C# doesnt support multiple inheritance. So using interfaces
to solve that problem
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Describe a Struct ?
What is overriding in c#?
Is dll a library?
How to find type of variable?
What is the data type for bit in c#?
How are delegates chosen?
How do you concatenate in c#?
What is entity framework c#?
How to get the sum of last 3 items in a list using lambda expressions?
What is difference between encapsulation and abstraction in c#?
Does c# support multiple inheritance (mi)?
What is c-sharp (c#)?
Why can’t struct be used instead of class for storing entity?
Explain Constructor and destructor?
What is the difference between abstraction and encapsulation in c#?