As I am working as a C# developer, I know that we can implement multiple inheritance by use of Interface.
Can anybody please provide me link OR code for how to achieve multiple inheritance with C#.
I want code for how to achieve multiple inheritance in C# with the use of Interface.
Thanks in advance.
Here is a good example.
http://blog.vuscode.com/malovicn/archive/2006/10/20/How-to-do-multiple-inheritance-in-C_2300_-2D00-Implementation-over-delegation-_2800_IOD_2900_.aspx
A quick code preview: