Custom Search

Thursday, May 3, 2012

Difference between Array and Dictionary object?

Array has only index(the index can be ONLY numeric), but Dictionary object has both key and item. Items can be any form of data, each item is associated with a unique key. The key is used to retrieve an individual item and is usually a integer or a string.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.