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 inline function in c#?

0 Answers  


What are assemblies?

0 Answers   Microsoft,


what is overloading & overriding

3 Answers   Fulcrum Logic, Synergy,


What is a concrete class in c#?

0 Answers  


What is the purpose of constructor in c#?

0 Answers  


Why delegates are safe in c#?

0 Answers  


Explain the Usage of web.config

0 Answers   Microsoft,


3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close

0 Answers  


Explain the process of polymorphism with an example?

0 Answers  


What is expression tree in c#?

0 Answers  


What is the difference between package and interface?

0 Answers   Hexaware,


What are the extension methods in c#?

0 Answers  


Categories