Re: Question regarding Exercise 2
by Wolfgang Schreiner - Friday, March 25 2005, 02:44 PM
  Dear Klaus,

basically the first case applies.

N is intended as a constant (even
if not declared as final) that
specifies the initial size of the array.

Since only the constructor uses it, the
only thing to say is that after the
constructor call the size of the allocated
array equals N (private behavior).

In the specs of the other methods,
N would not show up at all.

Regards, Wolfgang