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
How do you implement thread synchronization in c#?
What does args mean in c#?
What does it mean?
State two different types of access modifiers.
What is difference between overloading and short circuiting?
what is IDisposal interface
What is the difference between string keyword and system.string class?
How is a strongly-named assembly different from one that isn’t strongly-named?
What is a nested type. Give an example?
List the 5 different access modifiers in c#?
What is c sharp language?
Is struct object oriented?
Enlist some of the properties of a thread class?
What does void do in unity?
what is the Difference between the public and private ?