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


Please Help Members By Posting Answers For Below Questions

What happens if the inherited interfaces have conflicting method names?

771


What is readline library?

691


Does c# replace c++?

794


What is a property in c#?

660


What is activator c#?

665


Describe an abstract class?

726


Where do I put dll files?

742


What are callback methods in c#?

682


What is the main method?

681


Is equal in c#?

667


What is the default scope of a class in c#?

676


How do I create a dbml file?

697


Explain the accessibility modifier protected internal?

636


What is a thread c#?

665


What is a hash table in c#?

703