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

Int map to which .net types?

539


What are the Types of JIT and what is econo-JIT

795


Are arrays immutable c#?

513


Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?

544


What is session and cookies in c#?

524






Is null c# operator?

537


What is different about switch statements in c#?

488


What is type cast in C#?

563


How many types of constructor are there in c#?

476


What is parameter c#?

531


Define Virtual folder?

627


What is list array in c#?

469


How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?

619


Can the nested class access, the containing class. Give an example?

471


Is c# front end or back end?

509