Answer Posted / priya
No, C# doen't not support Multiple inheritance.
But the concept of Multiple inheritance could be
accomplished by Interfaces.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between continue and break statement?
Which is faster abstract class or interface in c#?
Difference between StackPanel and RelativePanel ?
What is ac callback?
Define multicast delegate in c#?
What is the difference between CreateObject() and GetObject()?
What is difference between private and protected in c#?
What is difference between singleordefault and firstordefault?
What is a verbatim string literal and why do we use it?
Why do we need abstract class?
What is the keyword used to prevent a class from being inherited by another class?
Which is faster array or arraylist in c#?
What is difference between var dynamic and object in c#?
Explain namespaces in c#.
How big is an int in c#?