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
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
Is string a class in c#?
What is difference between for and foreach in c#?
What is the difference between first and firstordefault?
Which types of inheritances does c# support?
What is the usage of Enumeration in C# Programming and is it good to use or not ?
Is nullable type c#?
How can it prevents DLL Hell assembly versioning in .NET?
What do you mean by hashtable c#?
What is data types in c#?
Can abstract class be instantiated c#?
Can we override static class in c#?
what is a constructor? What is a destructor?
What is the difference between a variable and a literal?
How do I calculate relative time?