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

Why we put script in head of asp.net page Why not in body?

1 Answers  


What is a interface in c#?

0 Answers  


Difference between direct type casting and using "as" keyword?

1 Answers   TCS,


Difference between Value type & reference types ? and give the example in .Net?

0 Answers  


What is the use of ispostback in c#?

0 Answers  






What is action in c# 3.5?

0 Answers  


How?s method overriding different from overloading?

4 Answers  


Is friend a constructor?

0 Answers  


List out two different types of errors in c#?

0 Answers  


What is final keyword in c#?

0 Answers  


Can I define a type that is an alias of another type (like typedef in c++)?

0 Answers  


what is satelite assembly?

5 Answers   ABC,


Categories