PPT Slide
Vectors: dynamically sized
Arrays: can directly access, e.g.,
but shouldn’t (except maybe within the class in which they’re declared IF efficiency concerns;
or for testing purposes.)
Vectors: must use methods to access.
Vector services provide a good model for
the Array services you should implement.