12
Using Classes to build ADTs
•The client program represents...
–your “test bed” or the “application program”
–represented by your main program
•Keep your data members restricted to just what is necessary
•Classes should not prompt
•For 163, classes should also not perform input...we will change that in CS 202
•