How to implement multiple inheritence in C#

A) Using Interface
B) Using Abstract class
C) Using Delegates
D) Using Events

Showing Answers 1 - 5 of 5 Answers

Prabir Sarkar

  • Jan 4th, 2006
 

Using Interface

  Was this answer useful?  Yes

Santosh Tembhare

  • Jan 4th, 2006
 

Multiple inheritence in C# is achived by using Interfaces.

  Was this answer useful?  Yes

praveen

  • Nov 19th, 2006
 

only through interface

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions