21.8 Software Frameworks
- Modern programming emphasized software reuse
- A reusable component must be general purpose
- Details of an individual application are required
- Polymorphism provides a handy solution:
- A general base class is developed and distributed across many
projects
- Use Inheritance to create specialized versions of the general base
class
prev
|top
|next