How do you implement multiple inheritance in .NET?
Answer Posted / swapna
Using interfaces we can implement multiple inheritance
in .net.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
How many static constructors are allowed in a class?
What is enum in c#?
When should we use delegates in c#?
What is executereader in c#?
Why do we use interfaces in c#?
What are the different types of classes?
what is full assembly reference
How can I get around scope problems in a try/catch?
State two different types of access modifiers.
Is c# used for frontend or backend?
What is a constructor in c#?
What is the major difference between a custom control and user control?
C# called c sharp why?
How do I do implement a assert?
Why do we need escape characters?