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 protected internal modifier in C#?

0 Answers   Arigo Infotech,


Explain about Error handling and how this is done

0 Answers   Digital GlobalSoft,


What are Memory foot print of an exe?

0 Answers   MCN Solutions,


What does dbml mean?

0 Answers  


What?s a satellite assembly?

3 Answers   Visual Soft,






What is the max value of int32 in c#?

0 Answers  


Is c sharp and c# are same?

0 Answers  


So how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process ?

1 Answers  


Explain how do I get deterministic finalization in c#?

0 Answers  


What is polymorphism in c sharp?

0 Answers  


What is token in c#?

0 Answers  


What is the purpose of abstract class in c#?

0 Answers  


Categories