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

What are Namespaces?

0 Answers  


What is uint c#?

0 Answers  


How is the memory managed in C#.

1 Answers  


datagridview using updata in windows c#

1 Answers  


What is null character in string?

0 Answers  






What is Dispose method in .NET ?

9 Answers   247Customer, KAP, TCS,


how to use msflexgrid in asp.net

1 Answers   nSoft, Unichem,


Why singleton is sealed?

0 Answers  


What is final keyword in c#?

0 Answers  


While debugging a C# application can you change the value of a variable?

0 Answers   Siebel,


code to generate a excel sheet and to write data into it --- -it has to fetch the excel sheet which is in one folder placed by us inside a project folder(i,e it has to create a instance of that excel sheet) and write the data into it row by row please respond as early as possible

1 Answers  


Why we can't create the object of abstract class ?

15 Answers   Assyst, CTS, HCL, IBM, L&T,


Categories