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
What is a streamwriter in c#?
Why are local variables stored in stack?
To catch any possible exception What is the C# syntax written ?
What are the extension methods in c#?
What are the 2 broad classifications of fields in c#?
Define constructor in c#.
What operator means?
What are the collection types can be used in c#?
In dynamic link library, which api is used for load library?
What is difference between class and abstract class in c#?
What is difference between === and ==?
Explain the various types of classes used in c#?
What is a hash table c#?
How to declare a property in a class?
What is constants in c#?