IT Placement Papers Microsoft Technologies Visual Basic
This category contains Visual Basic Interview Questions and Answers |
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.
Only registered users can write comments. Please login or register.
|