CS202   2- ‹#›
Review of Classes
nWhat is the difference between a class and a struct
nWhat is a data member?
nWhere should a data member be placed in a class? (what section)
nWhat is a member function?
nWhere should member functions be placed, if clients should use them?