Difference between Array and Dictionary Object
- Dictionary cannot be multidimension, while an array can be multidimension
- Dictionary has extra methods to add new item and check for existing item (Add, Item)
- when you delete particular item from dictionary, all subsequent item automatically shift up.
good one, thanks
ReplyDelete