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
How long can a string be c#?
What does readonly mean in c#?
What is the ouput of the following program?
Illustrate namespaces in c#?
What is an assembly in dotnet?
Explain about accessibility modifier 'protected internal'?
Is array passed by reference in c#?
Can we make a Static Constructor Parameterized? Give Reason with your answer
How to exclude a property from xml serialization?
Why reflection is used in c#?
what is object-oriented programming (oop) language?
without modifying source code if we compile again, will it be generated MSIL again?
How does the clr work?
What is the benefit of dependency injection c#?
What do you mean by generic class in c#?