How do you implement multiple inheritance in .NET?
Answer Posted / ashish
Dear All,
Please help me I am confused with concept of interface.
Every book and every post says that multiple inheritance is
achived by interface as a class implement more then 1
interfacet, but is it really a multiple inheriance ?
Inteface just provides prototype and not any
functionality , so even if class implements more then one
inteface class has to write its code to implement it and if
any other class is also implemnting interface that class
also has to write code to implemnt it , so how multiple
inheritance is achieved.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Can you have more than one namespace in c#?
What is the difference between as and is operators in c#?
Why do we need serialization?
What’s thread.sleep() in threading ?
What are the advantages of using partial classes?
Structs are not reference types. Can structs have constructors?
Define Final Class in C#
What namespace is list in c#?
What is serialization in .net?
What is a namespace server?
What is class method c#?
Is array immutable in c#?
Is as operator in c#?
What is entity framework in c#?
Can we write class inside a class in c#?