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


Please Help Members By Posting Answers For Below Questions

What is a callback c#?

738


Can you use foreach iteration on arrays in c#?

774


What does it mean?

711


How do I automate my desktop application?

685


What is a protected class c#?

660


How many types of constructors are there?

674


How do I enforce const correctness in c#?

704


What is difference between dictionary and list in c#?

665


What are the advantages of properties in c#?

717


Which is faster dictionary or list?

708


What is deferred execution?

647


Can a sealed class be used as a base class?

697


How do you encapsulate in c#?

660


How many types of delegates are there in c#?

642


What is the difference between proc. Sent by val and by sub?

664