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 happens if the inherited interfaces have conflicting method names?
What is readline library?
Does c# replace c++?
What is a property in c#?
What is activator c#?
Describe an abstract class?
Where do I put dll files?
What are callback methods in c#?
What is the main method?
Is equal in c#?
What is the default scope of a class in c#?
How do I create a dbml file?
Explain the accessibility modifier protected internal?
What is a thread c#?
What is a hash table in c#?