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
What is a generic in c#?
Which are access modifiers available in c#?
what is the Difference between the public and private ?
What is the purpose of dependency injection?
What are cshtml files?
Give an example of removing an element from the queue?
Explain About a class access specifiers and method access specifiers.
What is difference between === and ==?
Is versioning applicable to private assemblies?
what is the difference between convert.tostring() and tostring() functions ?
What are winforms in c#?
Are private members inherited in c#?
Which is the base class in c#?
What are the 2 broad classifications of data types available in c#?
Is c# 8 released?