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
What is equal c#?
What is the difference between dll and lib?
How many kinds of elements an array can have?
What exactly happens when we debug and build the program?
What is access modifier in c#?
What is multicast delegate in c# ?
Distinguish between continue and break statement?
Is there a way to force garbage collection?
What is xml serializer?
Does c# support c type macros?
What is the use of protected in c#?
Why we use get set in c#?
What is console writeline in c#?
what is a destructor?
Is multiple inheritance possible in c#?