nRemember that when you define a local variable in C++, the memory is not automatically initialized for you
nThis could be a problem
with classes and objects
nIf we define an object of
our list class, we really need
the “num_of_videos” data member to have
the value zero
nUninitialized just
wouldn’t work!
n