First page Back Continue Last page Overview Graphics
Subclassing
- Classes are designed and documented for subclassing.
- Subclasses cannot relax constraints
- Subclasses can add constraints through protected check methods
- Subclasses can add functionality or utility
- Factories can be used to build in the subclasses during parsing