Monthly Archives: July 2008

Containers and Hashes

Containers is a term used to define arrays or tables for they are used to store variables which are then indexed to be able to retrieve data from them. Hashes on the other hand can be described as dictionaries or associative arrays which are also indexed along with all object references. Arrays are indexed using [...]

Posted in Development, Programming Basics | Tagged , | Comments closed