2
Reply

Multiple Inheritance does not work in C sharp.But how it works in C++?

Nirpendra Kumar

Nirpendra Kumar

15y
6.2k
0
Reply

    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.

    Here they are providing the same concept of multiple inheritance in terms of Interfaces same as java also.

    http://yuvadeveloper.blogspot.com