multiple inheritance

Timon Gehr timon.gehr at gmx.ch
Sun Jul 8 11:42:58 PDT 2012


On 07/08/2012 07:47 PM, Namespace wrote:
> Smart idea.
> Why the inner class and not direct Transformable _t; ?
>

If it should be true multiple inheritance, the class must be able to
override the virtual methods of each superclass and each overridden
method must be given access to the fields of the class.


More information about the Digitalmars-d-learn mailing list