CS202   2- ‹#›
Review of Classes
nWhat is the difference between a member function and a regular-old C++ function?
nWhat is the purpose of the constructor?
nWhy is it important to implement a constructor? nWhat is the difference between a class and an object?