Does c# support multiple class inheritance?



Does c# support multiple class inheritance?..

Answer / Gaurav Kumar Yadav

"No, C# does not support multiple class inheritance directly. However, a class can implement multiple interfaces and it can also inherit from one base class."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is a hash table in c#?

1 Answers  


What is the difference while using directive vs using statement ?

1 Answers  


what is boxing and unboxing?can we initialize unboxing directly?

1 Answers   EDS,


Tell us something about static linking and dynamic linking?

1 Answers   C DAC,


What is executereader in c#?

1 Answers  


What is routing in c#?

1 Answers  


what is collections in .net? why we use?

1 Answers  


What is the property of a class in c#?

1 Answers  


Explain the difference between .net and c#?

1 Answers  


What is an enumerator in c#?

1 Answers  


Does C# support multiple inheritance?

5 Answers  


What is stringwriter c#?

1 Answers  


Categories