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 decimal in c#?
explain the nature of the assembly work?
Where’s global assembly cache located on the system?
How big is int16?
Which of the following operations can you not perform on an ado.net dataset?
What to implement on my class Finalize or IDisposable
Why we use extension method in c#?
How can you set image source dynamically from c# application to ”test.png” file?
Major difference between Basic httpbinding and WShttpbinding?
What is dictionary class in c#?
What does readonly mean in c#?
What is data quality assurance?
What is generic delegate in c#?
Explain the OOPS concept in C#?
What are floating point numbers?