Re: [gtkmm] Slots from non-Gtk subclasses.
- From: Paul Davis <paul linuxaudiosystems com>
- To: chrisime gnome org
- Cc: Robert Jan Schaper <r schaper chello nl>, gtkmm-list gnome org
- Subject: Re: [gtkmm] Slots from non-Gtk subclasses.
- Date: Tue, 25 Feb 2003 11:44:02 -0500
>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]