15
Using Classes to build ADTs
•Use arguments instead and have the main() read from the keyboard (and prompt)
•This way, information can come from the keyboard or a file!!!
•And, of course, no global variables are allowed
•And, never prompt from a member function! Think of an int prompting!!!!!
•