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

Is c# int immutable?

0 Answers  


Explain manifest & metadata in c#.

0 Answers  


What type of data type conversion happens when the compiler encounters the following code?

0 Answers  


What are sorted lists?

0 Answers  


In .NET which is the smallest unit of execution?

0 Answers   Siebel,






the selected inf of other combobox?How do you achieve it?

1 Answers   CTS, Microsoft,


Can a struct inherit from an interface in c#?

0 Answers  


What is the difference between dictionary and hashtable in c#?

0 Answers  


What is an int in c#?

0 Answers  


What are assemblies?

0 Answers   Microsoft,


What is class and object c#?

0 Answers  


Can you store multiple data types in System.Array?

20 Answers   Satyam, Siebel Systems,


Categories