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
What is a function c#?
Which of the following API is used to hide a window?
What is yield break in c#?
What are data types examples?
What Is The Difference Between The System.array.copyto() And System.array.clone()?
What is iformatprovider in c#?
What is anonymous types in c#?
Is multiple inheritance possible in c#?
How is a loop recorder monitored?
What is an object pool in .net?
How does aspect oriented programming work?
Can int be null in c#?
If dll and exe files are same it means you can deploy both the files in gac?
What is the function of the not null constraint?
Describe an interface class?