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 inherit multiple abstract classes in c#?
What are jagged arrays used for?
Why do we use void in c#?
In .NET how can you solve the DLL Hell problem?
List down the different ide’s provided by microsoft for c# development.
Can you have more than one namespace in c#?
What is polymorphism c# example?
What is event delegate in c#?
What are tuples c#?
Why is it important to override gethashcode when equals method is overridden?
What is boxing and unboxing in c#?
What is the reason behind the invention of c#?
How do you create empty strings in c#?
What is windows application in c#?
Explain dataset.acceptchanges method in .net?