CS202   2- ‹#›
Class Interface  (.h)
nClass Interface: list.h
äclass list {
ä   public:
ä    int display_all()
ä •••
ä   private:
ä      video my_list[CONST_SIZE];
ä   int num_of_videos;
ä};
nlist.h can contain:
nprototype statements
nstructure declarations and definitions
nclass interfaces and class declarations
ninclude other files