CS202   2- ‹#›
Default Constructor
nNow, let’s think about the implementation.
nFirst, what should the constructor do?
δinitialize the data members
–list::list() {
– my_list = NULL;
– video_list_size = 0;
– num_of_videos = 0;
–}
–
n