CS202   2- ‹#›
Clients creating objects
nThe 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....