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 a callback c#?
Can you use foreach iteration on arrays in c#?
What does it mean?
How do I automate my desktop application?
What is a protected class c#?
How many types of constructors are there?
How do I enforce const correctness in c#?
What is difference between dictionary and list in c#?
What are the advantages of properties in c#?
Which is faster dictionary or list?
What is deferred execution?
Can a sealed class be used as a base class?
How do you encapsulate in c#?
How many types of delegates are there in c#?
What is the difference between proc. Sent by val and by sub?