0.3.2.3. Primary design issue: Communications¶
World/DB class, Hash Table, Memory Manager need appropriate coordination.
World probably initializes memory manager, and calls memory manager to insert/process records. Store resulting Handle in a Record to pass to hash table.
Hash table does not need to know that there is a Memory Manager, or Seminar records.
Record class and Handle class can hide most implementation details.