Arrays
An array is an object that can store multiple values of the same type.Most important property of an array is: Length, which is the size of the array, or the maximum of values it can share.
==============
Array has index.
Array of size 10 = it can hold up to 10 value.
See more on here.
No comments:
Post a Comment