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

How do destructors and garbage collection work in c#?

532


What is a class level variable in c#?

496


What is Satellite Assemblies ?

556


What are cshtml files?

488


Contrast between an interface and abstract class?

543






Can a class be private in c#?

495


What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?

514


What is sqlcommandbuilder c#?

450


Is std :: string null terminated?

492


Why reflection is used in c#?

498


What does using do in c#?

517


Explain how do I convert a string to an int in c#?

515


explain the features of static/shared classes.

501


Why do we use abstraction in c#?

476


What are the 3 logical operators?

563