Binding II
Tradeoff in binding decisions:
- Tight, construction time binding is preferable when:
- The data file is static or nearly static, requiring little or no adding, deleting or updating.
- Rapid performance during actual retrieval is a high priority.
- Postponing binding as long as possible is simpler and safer when the data file requires a lot of adding, deleting and updating.