CS202
2- #
Default Constructor
n
Now, lets think about the
implementation.
n
First, what should the constructor do?
δ
initialize the data members
list::list() {
my_list = NULL;
video_list_size = 0;
num_of_videos = 0;
}
n