Which of the following is false for vector class?
Options
- The size of a Vector is static
- The Vector class implements an incremental array of objects.
- The vector components can be accessed using an integer index.
- The size of a Vector increases or decreases as needed to accommodate the items.
CORRECT ANSWER : The size of a Vector is static
Write your comments