How do you implement multiple inheritance in .NET?
Answer Posted / vijay sharma
We can use interfaces to achieve multiple inheritance
in .NET
| Is This Answer Correct ? | 49 Yes | 2 No |
Post New Answer View All Answers
What is the difference between struct and class c#?
Why do we use dictionary in c#?
Which is faster iqueryable or ienumerable?
Is there a way to force garbage collection?
What is command object in c#?
Is double a decimal?
What are the advantages of constructor?
Why delegates are type safe in c#?
Can you pass value types by reference to a method?
What is meant by collections in c#?
What is datatable in c#?
What is the difference between list and arraylist in c#?
What are verbatim strings in c#?
What are the main reasons to use c# language?
How do I create a multilanguage, single-file assembly?