Re: [gtkmm] Slots from non-Gtk subclasses.



>Reading that I again feel unconfident about the multiple inheritance
>"feature" in C++.

nothing that you quoted is directly related to MI, only to the
so-called "diamond" inheritance pattern. being able to combine two
classes into one and optionally add extra functionality is such a
useful thing its hard to imagine doing with it a lot of the
time. however, allowing the two parent classes to both derive from the
another more antecedent class - this is an area where there is room
for doubt about its utility and/or sense.

--p



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]