Vector Class


See API reference for other methods for Vectors.


Vector of Employees

Using a Vector to store a list of employees is better than an array because Vectors can change size as the number of employees changes.


next lecture