Does C# support multiple inheritance?

Answers were Sorted based on User's Feedback



Does C# support multiple inheritance?..

Answer / senthil kumar

No its not possible to support the multiple inheritance.
here we have the interface.

Is This Answer Correct ?    3 Yes 0 No

Does C# support multiple inheritance?..

Answer / guest

No, use interfaces instead

Is This Answer Correct ?    2 Yes 0 No

Does C# support multiple inheritance?..

Answer / kishore.a

C# does not support multiple inheritance. We make use of
Interfaces instead.

Is This Answer Correct ?    0 Yes 0 No

Does C# support multiple inheritance?..

Answer / rajesh

only single inheritance is supported by C#

Is This Answer Correct ?    0 Yes 1 No

Does C# support multiple inheritance?..

Answer / mahesh babu ummaneni

c# is not supporting the multiple inheritence,
why because if u done multiple inheritence it shows the amphiquety problem thets why multiple inheritence is not supported.
to overcome this problem with interface

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Sharp Interview Questions

What is deadly diamond problem?

0 Answers  


You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?

0 Answers  


Is c# queue thread safe?

0 Answers  


What is the difference between array and arraylist c#?

0 Answers  


What is the difference between System.console.WriteLine() and System.console.Write() function?example?

0 Answers   HCL,


how to implement singelton in C# & its uses?

1 Answers   TCS,


What is the use of tuple in c#?

0 Answers  


How to open a new form on button click in Windows forms?

0 Answers   Viscus Infotech,


Is .net and c# the same?

0 Answers  


hi i m bhawna ,a student of mca want to know about what type of technical question has been asked in an interview of mnc's like HCL,TCS,WIPRO

1 Answers   HCL,


Do we get an error while executing the “finally” block in c#?

0 Answers  


Why do we need singleton pattern in c#?

0 Answers  


Categories