2
Reply

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

Nirpendra Kumar

Nirpendra Kumar

Sep 09, 2009
6.2k
0

    They contain only pure virtual functions - which means that the diamond problem doesn't apply and multiple inheritance works

    koteeswaran l
    August 13, 2010
    0

    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

    prashant chandrakar
    September 12, 2009
    0