Thursday, 27 March 2014

Collections Vs. Arrays

Collections are a more advanced way of storing multiple values inside a single object. Unlike arrays which have a fixed size once they are created, you can add and remove items from collections.
For most purposes collections are more convenient to work with then arrays.

No comments:

Post a Comment