How do you implement multiple inheritance in .NET?
Answer Posted / mahesh kotekar
The actual answer is. We cannot provide multiple
inheritance in C#. Multiple inheritance means having a
common implementation from two base class derived in the
child class which is not possible. Using interface we just
provide the prototype which we can implement in the derived
classing which provides a mimic of multiple inheritance. If
am wrong please let me know.
Thanks And Regards
Mahesh Kotekar
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Explain clr in brief.
What do you mean by expression tree?
What are namespaces, and how they are used?
List the different stages of a thread?
Can we customize the serialization process?
What is the difference between ref and out in c#?
How can I check the type of an object at runtime?
What is the console on a mac?
Which is faster abstract class or interface in c#?
How does split work in c#?
What do u mean by delegation?
Is a decimal an integer?
what is full assembly reference
What are the steps to create a webservice and consume it?
Which is better python or c#?