Does C# support multiple inheritance?

Answers were Sorted based on User's Feedback



Does C# support multiple inheritance?..

Answer / t.prabu

No, C# does not Support multiple inheritance.
It only supports multiple interface.

Is This Answer Correct ?    6 Yes 0 No

Does C# support multiple inheritance?..

Answer / guest

No, use interfaces instead.

Is This Answer Correct ?    4 Yes 0 No

Does C# support multiple inheritance?..

Answer / priya

No, C# doen't not support Multiple inheritance.
But the concept of Multiple inheritance could be
accomplished by Interfaces.

Is This Answer Correct ?    2 Yes 0 No

Does C# support multiple inheritance?..

Answer / neerajtyagi

No, there is no direct way to support multiple inheritance
in C# like C++.

But you can acheive multiple inheritance in C# using
interface.

Is This Answer Correct ?    0 Yes 0 No

Does C# support multiple inheritance?..

Answer / ajay kumar

No, C# does not support multiple inheritance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Please explain the basic string operations used in c#?

0 Answers  


How to find methods of a assembly file (not using ILDASM)?

0 Answers  


What are accessors?

0 Answers  


How many bytes is an int?

0 Answers  


What is the purpose of c#?

0 Answers  


Explain Direct CAST vs CType ?

0 Answers   MCN Solutions,


How many static constructors are allowed in a class?

0 Answers  


What to implement on my class Finalize or IDisposable

0 Answers   HCL,


What are the properties of string?

0 Answers  


What is eager loading in c#?

0 Answers  


What is delegate in c# interview questions?

0 Answers  


What is the use of base keyword? Tell me a practical example for base keyword’s usage?

0 Answers  


Categories