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 a method be sealed in c#?
What is disconnected data architecture in c#?
Write a program in C# for checking a given number is PRIME or not.
Define xslt.
Is java better than c#?
What are Indexers in C#?
What is delegation in oops?
how to sort an array in c#
How does dll hell solve in .net?
What is Delegate and what is it used for ?
What are circular references? How garbage collection deals with circular references.
What is a class c#?
What is firstordefault c#?
Can an abstract class have a constructor c#?
What is lastindexof c#?