What is Collection Objects?


Similarly to arrays but is preferred over an array because of the following reasons.
1. A collection objects uses less Memory than an array.
2. It provides methods to add and delete members.
3. It does not required reason statement when objects are added or deleted.
4. It does not have boundary limitations.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions