How do you implement multiple inheritance in .NET?
Answer Posted / phaniram.h
by appling interface keyword to the base class we can
implement multiple inheritance in .NET
Is This Answer Correct ? | 11 Yes | 10 No |
Post New Answer View All Answers
What is eager and lazy loading in c#?
How can we set class to be inherited, but prevent the method from being over-ridden?
What is ienumerable <> in c#?
Can you change the value of a constant filed after its declaration?
What is connection pooling in ado.net?
What is task parallel library?
How do I move from one form to another in c#?
What is the console on a mac?
Explain the difference between const and static read-only?
Why do we need singleton pattern in c#?
Can we declare class as protected?
What is a bool in c#?
What does void do in unity?
What is continue in c#?
Define a strong name in .net?