Clients creating objects
The client can cause this 2nd constructor to
be invoked by defining objects with initial
values
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....