<<< More things to watch out for | Index | Inheritance of mix-ins >>> |
Extend functionality of base class with new members.
Provide identical functionality, but enforce
additional constraints on state or inputs
use alternative algorithms, etc.
Incorporate a small amount of useful behavior by deriving privately from a class that provides it: mix-in classes, see next slide.
<<< More things to watch out for | Index | Inheritance of mix-ins >>> |