Multiple Inheritance does not work in C sharp.But how it works in C++?
Nirpendra Kumar
They contain only pure virtual functions - which means that the diamond problem doesn't apply and multiple inheritance works
In c++ you dont have facility of interfaces.