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 a scope in c#?
How do I create a delegate/multicastdelegate?
what are implementation inheritance and interface inheritance?
can you declare an override method to be static if the original method is not static?
Explain namespaces in c#.
Explain how to parse a datetime string?
how can one use hcl and c sharp together?
Can we instantiate abstract class in c#?
What standard types does c# use?
How to create multi-dimensional array?
Can arraylist store different data types in c#?
can multiple catch blocks be executed for a single try statement?
What is c# entity framework?
What is a view? What is the use of it?
Can namespace contain the private class?