CS202
2- ‹#›
Clients creating objects
n
The client can cause this 2nd
constructor to be invoked by defining
objects with initial values
n
–
list fun_videos(20);
//size is 20
ä
ä
If a size isn’t supplied, then no memory is
allocated and nothing can be stored in the
array....