34,333
edits
Changes
no edit summary
== Initializing and Adding Entries to a Dictionary Object ==
Each key-value pair contained within a dictionary is referred to as an entry. Once a relationship between a key and a value has been estabilshed established that relationship cannot subsequently be modified.
New entries are added to a dictionary using the ''setObject'' instance method. This method takes as its arguments an object and a corresponding key: