CS202   2- ‹#›
Another Constructor
nRemember function overloading? We can have the same named function occur (in the same scope) if the argument lists are unique.
nSo, we can have another constructor take in a value as an argument of the number of videos
äand go ahead and allocate the memory,  so that subsequent functions can use the array
n