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

i want the csharp questions&answeres

1570


Can dictionary have duplicate keys c#?

567


How many digits is a 32 bit number?

571


What are object pooling and connection pooling and difference between them?

597


Which are the loop types available in c#?

574






What is ilist c#?

596


What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?

667


How do you sort a list in c#?

576


What does async mean in c#?

595


What is the difference between finalize() and dispose() methods?

635


How do you serialize an object?

600


Explain the difference between private and shared assembly?

552


What is Asynchronous call and how it can be implemented using delegates?

654


Explain jagged arrays in c#?

665


What is multiple interface in c#?

606