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 abstract class instantiated c#?
Explain the process of abstraction with an example?
What does executescalar return in c#?
What is the data encapsulation?
What is stringwriter c#?
Does constructor return any value in c#?
Can int be null c#?
What is a statement c#?
How do I type a whitespace character?
List down the reason behind the usage of c# language.
What is the difference between User controls and Custom Controls?
What is lazy keyword in c#?
What is a view? What is the use of it?
Can enum have methods c#?
What does addressof operator do in background ?