Visual Basic (VB) Question:

Download Job Interview Questions and Answers PDF

What is Collection Objects in VB?

Visual Basic (VB) Interview Question
Visual Basic (VB) Interview Question

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) Interview Questions And Answers PDF

Previous QuestionNext Question
What are the Style properties of List Box in VB?What is the difference between Property Get, Set and Let?