|
There’s at least one other
facet that I should methion. The data array must be allocated as part of the
constructor’s work. The initial size of the array is not too important, but
the add method must keep an eye on this size and increase the size of the array
as needed. This is accomplished through several methods in Section 3.2.
|