Does c# support multiple inheritance (mi)?



Does c# support multiple inheritance (mi)?..

Answer / Hari Om

C# does not directly support multiple inheritance of classes. Instead, it allows a class to implement multiple interfaces and derive from one base class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

List out the differences between array and arraylist in c#?

1 Answers  


Is c# code is unmanaged or managed code?

1 Answers  


What are the types of comment in c# with examples?

1 Answers  


Is void a class?

1 Answers  


Explain the OOPS concept in C#?

1 Answers   HCL,


Does a class need a constructor c#?

1 Answers  


What is a console application in c#?

1 Answers  


Which attribute is used in order that the method can be used as webservice?

1 Answers  


How to transpose rows into columns and columns into rows in a multi-dimensional array?

4 Answers   Microsoft,


What is the main method in c#?

1 Answers  


What is the difference between Singleton design pattern and Factory design pattern?

1 Answers  


Can we have the method in drived class with the same name which is there in base class?

6 Answers   TCS,


Categories