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