21.8 Software Frameworks (cont.)
Consider putting a window up on a screen. The concept of window is
generic.
- Put code to handle generic tasks, such as moving the window, in the base
class
- For application-aware tasks, base class provides simple default behavior
or pure virtual functions:
prev
|top
|next