Visual Basic (VB) Question:

What is Collection Objects in VB?

Tweet Share WhatsApp

Answer:

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.

Download Visual Basic (VB) PDF Read All 102 Visual Basic (VB) Questions
Previous QuestionNext Question
What are the Style properties of List Box in VB?What is the difference between Property Get, Set and Let?