Saturday, May 28, 2011

Arrays Defined

Array Defined
           
          An Array stores multiple data items of the same datatype, in a contiguous block of memory, divided into a number of  slots.

          Array is an object that is used to store lists of values. It is made out of contiguous block of memory that is divided into a number of slots. Each slots holds a value and all slots has the same data type.

         - Arrays have indexes
         - Indexes are used to access  any of the slots.

No comments: