Class Interface  (.h)
Class Interface:     list.h
class list {
   public:
        int display_all()
       •••
};
list.h can contain:
prototype statements
structure declarations and definitions
class interfaces and class declarations
include other files