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 are the basic string operations? Explain.
Define interface class in c#?
Explain About DTS package
What is null propagation c#?
Is list passed by reference c#?
What is winforms c#?
Write the difference between TypeOf and GetType?
What is datasource c#?
Write a program to find the angle between the hours and minutes in a clock
How does dll hell solve in .net?
What is float in unity?
Which function is the entry point for a DLL in MS Windows 3.1?
Can struct inherit from class c#?
What is multithreading with .net?
What Happens In Memory When You Box And Unbox A Value-type?