How do you implement multiple inheritance in .NET?
Answer Posted / phaniram.h
by appling interface keyword to the base class we can
implement multiple inheritance in .NET
| Is This Answer Correct ? | 11 Yes | 10 No |
Post New Answer View All Answers
How can we set the class to be inherited, but prevent the method from being over-ridden?
When Should You Call The Garbage Collector In .net?
What is an xsd file?
Enlist some of the properties of a thread class?
How does the clr work?
What are the differences between events and delegates in c#?
Can you inherit multiple classes in c#?
Why delegates are type safe?
What is singleordefault c#?
What is yield in c#?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
What is an array? Give the syntax for a single and multi-dimensional array?
Explain about Threading Types.
Why do we use interfaces in c#?
What is the difference between null and string empty in c#?