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
Can destructors have access modifiers?
Is visual c# free?
Why do we need oops in c#?
What is cshtml extension?
What is data bind in c#?
What is regex replace in c#?
What is razor view in c#?
How we can create an array with non-default values?
What is 8 bit signed integer?
Why do we need static class in c#?
What is the use of ienumerable in c#?
What is the difference between int16 and int32 in c#?
What is interface inheritance?
Differentiate between response.expires and response.expiresabsolute?
What is an assembly loader?