|
|
|
Diff between Collection & Array Collection is an Object, Where Array is homogenous group of data item. To use collection one need to instantiate a Collection object, for Array, it requires a declaration. For collection, data item can be deleted/removed at any particular index. For an array we can define a lower bound. 1. A collection objects uses less Memory than an array. |
|