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
Is it possible to have a static indexer in c#? Allowed in c#.
Describe the ways of cleaning up objects in c#.
Why do I get a security exception when I try to run my c# app?
Can we have static indexer in c#?
What is main thread in c#?
What is public, private, protected, internal and internal protected?
What is difference between first and firstordefault?
What is int tryparse in c#?
What is the use of expression tree in c#?
Explain how can you clean up objects holding resources from within the code?
What is the use of oops in c#?
What is lambda expression in c#?
What is difference between method and function in c#?
Is c# the same as d flat?
What is platform independence"?