Does C# support multiple inheritance?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between wrapper class and primitive?

459


What are data types examples?

484


Why we use get and set method in c#?

494


Define satellite Assembly in .NET?

553


what is method overloading in c#?

536






What does return do in unity?

539


Why singleton is sealed?

474


What is the use of tryparse in c#?

460


What is thread safe in c#?

488


Is a valid int value?

473


What is dbml file in c#?

528


Why do we use anonymous method in c#?

495


Can we inherit class that contains only one private constructor?

509


What is difference between new and override in c#?

449


What is the difference between == and object.equals?

499