How do you implement multiple inheritance in .NET?
Answer Posted / cnu
Multiple inheritance means having more than 2 classes at
base level and only one class is derived from them.
In two cases only we can implement inheritance.
1.If we have maximum one class and minimum one interface at
base level.(its not possible in java).
2.If we have two or more interfaces at base level.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the benefits of using the aggregate method in linq?
What is difference between variable and property in c#?
What is difference between dll and exe in c#?
Is datetime a value type in c#?
What are floating point numbers?
How do generics work in c#?
What is the use of table aliases?
What is a namespace server?
Define thread? Explain about multithreading?
What is difference between web and window application?
Why are strings immutable c#?
What is default method in c#?
Can abstract class have constructor in c#?
How is a strongly-named assembly different from one that isn’t strongly-named?
What is lazy class in c#?