How do you create multiple inheritance in C#?
Answer Posted / mukesh
C# doesnt support multiple inheritance. by using interfaces
to solve that problem. C# supports multilevel inheritance.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
Is there an equivalent of exit() for quitting a c# .net application?
Difference between StackPanel and RelativePanel ?
How many types of delegates are there in c#?
Name which controls do not have events?
What is lazy loading c#?
How do you specify a custom attribute for the entire assembly (rather than for a class)?
What is callback function in c#?
How can we make a thread sleep for infinite period ?
What is difference between list and ilist in c#?
To create a localized application which namespaces are necessary?
what is c# command?
What are synchronous and asynchronous operations?
What is the output of TextWriterTraceListener redirected?
What are generics in c#.net?