How do you implement multiple inheritance in .NET?

Answer Posted / ashish

Dear All,

Please help me I am confused with concept of interface.

Every book and every post says that multiple inheritance is
achived by interface as a class implement more then 1
interfacet, but is it really a multiple inheriance ?

Inteface just provides prototype and not any
functionality , so even if class implements more then one
inteface class has to write its code to implement it and if
any other class is also implemnting interface that class
also has to write code to implemnt it , so how multiple
inheritance is achieved.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which controls do not have events?

560


What are the types of operator?

457


How are delegates chosen?

464


What is the base class of all classes in c#?

509


Why delegates are safe in c#?

455






What is anonymous class in c#?

517


What is the difference between method and function in c#?

447


What is a static field?

508


How to put assembly in gac?

545


What is console read in c#?

488


Can int be null in c#?

500


Why dictionary is faster than list?

556


Do vs while c#?

497


what is the scope of anonymous type ?

579


Does c# support parameterized properties?

516