Collection of data
Collection of data in programming can be represented with arrays or dictionaries.
Arrays can be of two types, they can be indexed or named. In case of an indexed array, array elements will have a numerical index. Numeric index is usually 0 based, meaning that first element of an array will have an index of 0.
Named arrays will have a word as a key of an array.
Comments
Post a Comment