Why multiple inheritance is not possible in c#

Answer Posted / sravanthi

Deriving a new class from more than 1 base class (or) old
class is called multiple inheritance.but c# does not
supports it.but we can implement multiple concept by using
interfaces.

Is This Answer Correct ?    3 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How will you deploy the dll file in gac?

682


Why do we use interface in c#?

689


What are interfaces in c#?

694


What is a datacontract?

658


Which attribute is used in order that the method can be used as webservice?

715


Illustrate the differences between the system.array.copyto() and system.array.clone()?

704


Is comparable a functional interface?

682


How do I create a multilanguage, single-file assembly?

702


Is null empty or whitespace c#?

708


What is the difference between C# 3.5 and C# 4.0?

724


If a method's return type is void, can you use a return keyword in the method?

700


What is difference between ienumerable and enumerable in c#?

649


What is difference between ienumerable and list?

729


What is the base class for array types?

772


Is c# used for frontend or backend?

808