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