How do you create multiple inheritance in C#?
Answer Posted / arunkumar.v
C# doesnt support multiple inheritence ie.,it doesnt
inherit multiple base class.It generally creates confusion.
Instead you can use Interfaces.You are permitted to inherit
one base class and multiple interfaces.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
In C#, explain the difference between overloading and overriding.
What is Inheritance in C#?
Why do we parse in c#?
Explain how to use an extender provider in the project.
What is difference between constants and readonly in c#?
What is a long in c#?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
Is clr a compiler?
List the different stages of a thread?
Explain states of a thread in c#?
What is the use of iqueryable in c#?
What are the different approaches of passing parameters to a method?
how to stored and retrive video in Sql server using asp.net c#......?
When can a derived class override a base class member?
What is a static in c#?