apparently one of you was in /v/ a day ago going on a little tirade against c++. why would it be so popular if there was "absolutely nothing good about it" like you said?
Name:
Anonymous2010-08-28 0:20
>>10
No it has been adequately addressed by the language. You need to use virtual inheritance to avoid the dreaded diamond of doom, when you inherit from two different base classes that share the same base class.
For the record, not many other object-oriented languages even offer multiple inheritance.