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
i want the csharp questions&answeres
Can dictionary have duplicate keys c#?
How many digits is a 32 bit number?
What are object pooling and connection pooling and difference between them?
Which are the loop types available in c#?
What is ilist c#?
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?
How do you sort a list in c#?
What does async mean in c#?
What is the difference between finalize() and dispose() methods?
How do you serialize an object?
Explain the difference between private and shared assembly?
What is Asynchronous call and how it can be implemented using delegates?
Explain jagged arrays in c#?
What is multiple interface in c#?