We can implement inheritance delaying the definition of the base.
template <class Base> class Mixin : public Base {}; class Base {};
Is it really true? Help me define Mixin. What is it used for?
Sorry for My English is bad :(
Aucun commentaire:
Enregistrer un commentaire