--%>

State the term collection objects in visual base

State the term collection objects in visual base?

E

Expert

Verified

Similarly to arrays except it is preferred over an array due to the following purposes.

1. It is a collection objects utilizes less Memory than an array.
2. This provides methods to add as well as delete members.
3. This does not required reason statement while objects are added or deleted.
4. It doesn’t have boundary limitations.

   Related Questions in Programming Languages