How do you implement multiple inheritance in .NET?
Answer Posted / pawan kumar tiwari
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 ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is hashtable in c# net with example?
How will you allow a class to be inherited, but prevent the method from being over-ridden?
Are tuples immutable c#?
What is the difference between namespace and class?
How to implement an object pool in c#.net.
What is different about switch statements in c#?
What is a custom attribute?
What are delegate methods?
Where are value types stored in c#?
What is the default value of datetime in c#?
What is private and shared assembly?
What is delegates in c#?
In which way you can convert a value-type to a reference-type?
Define thread?
What is type system in c#?