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 is a strong name in c#?
Why do we use lambda expression in c#?
What is difference between private and protected in c#?
Is php easier than c#?
What is a di class?
How is the syntax written to inherit from a class in C#?Give an example ?
What does private void mean in c#?
What is token in c#?
What are delegates?
What are the properties of c#?
What are methods c#?
Wcf and what is difference between wcf and web services?
What is the difference between static and private constructor in c#?
What is generic delegates in c#?
How big is an int in c#?