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 private in c#?
Explain About ADO and its objects
What is difference between abstract class and interface in c#?
List some of the common data providers for ado.net framework?
What's the difference between a static method and a non static method c#?
What are the examples of data types?
Is null == null c#?
how background thread access to ui control?
Does c# have a 'throws' clause?
What is the system namespace?
What is difference between dictionary and list in c#?
What is property c#?
What is multidimensional array in c#?
How can you sort strings in array that are passed to method as arguments?
What is the difference between a field and a property in c#?