How do you implement multiple inheritance in .NET?
Answer Posted / phaniram.h
by appling interface keyword to the base class we can
implement multiple inheritance in .NET
| Is This Answer Correct ? | 11 Yes | 10 No |
Post New Answer View All Answers
What do you use c# for?
What is the use of ienumerable in c#?
How do I create a .exe file?
In c#, what will happen if you do not explicitly provide a constructor for a class?
Define an abstract class?
Why data types are important?
How to declare a property in a class?
What is a Command Object in C#?
Is is possible to force garbage collector to run?
What is data binding c#?
How to use delegates with events?
What are the access modifiers in c#?
What is difference between class and interface in c#?
What is the use of constructor in c# with example?
Describe the difference between inline and code behind - which is best?