- 7.PROGRAMMING METHODOLOGY
- 7.1Top-down Design
- 7.2An Interactive System
- 7.3A Simple Interactive Data Base System
- 7.3.1Design Definitions
- 7.3.2lookup a key in a database.
- 7.3.3Exercise
- 7.3.4lookup-all
- 7.3.5Exercise
- 7.3.6add_data Function
- 7.3.7remove_data Function
- 7.3.8Exercise
- 7.3.9remove_all_data Function
- 7.3.10Exercise
- 7.3.11Generalizing Software Constructions
- 7.3.12Specializing Operations to the people Database
- 7.3.13Reading and Writing Files
- 7.3.14Example
- 7.3.15Example
- 7.3.16lookup_file Function
- 7.3.17Example
- 7.3.18lookup_all_file Function
- 7.3.19Example
- 7.3.20add_data_file Function
- 7.3.21Example
- 7.3.22Specializing Operations to the people.db File
- 7.3.23people_file_looker Function
- 7.3.24Example
- 7.4Summary