CS202   2- ‹#›
Dynamic Memory w/ Classes
nLet’s write a class that now allocates this list of videos dynamically, at run time nThis way, we can wait until we run our program to find out how much memory should be allocated for our video array
n