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
Explain the difference between a namespace and assembly name in .net?
Does c# support #define for defining global constants?
When do you generally use a class over a struct?
What is a generic in c#?
What is the difference between array and list in c#?
Define xslt.
What does exclamation mark mean in access query?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?
Is char * null terminated?
Is c++ or c# better?
What is literal in c#?
What are synchronous and asynchronous operations?
What is tpl in c#?
Explain circular reference in c#?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?