"Christopher C. Stacy" <[EMAIL PROTECTED]> writes: > Can someone explain to me in 60 words or less what is the general > lossage with C++ multiple inheritance that is often alluded to? > (I'm referring to a problem in the C++ world, although it doubtless > has implications for FFI from Lisp.)
They also don't have any solution to sort out conflicts in names of inherited data or function members, which for example is a point that the Eiffel fellowship is making. I have to say that this particular aspect never really bothered me about C++, but then I am not into the "pure" school of object-oriented programming anyway. If I can munch the stuff together somehow I don't mind a bit of extra sorting out. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer <[EMAIL PROTECTED]> http://www.cons.org/cracauer/ No warranty. This email is probably produced by one of my cats stepping on the keys. No, I don't have an infinite number of cats.
