Uses of hashes
Mapping of single feature of many similar items:
- phone book (name => phone number)
- worker list (ID number => name)
- CGI: (fieldname => field value)
Features of an object:
- Information about a person (fname, lname, email, phone, ...)
Mapping of single feature of many similar items:
Features of an object: