Problem 3
What is the default access specification of class members?
Problem 6
What is a mutator function? What is an accessor function?
Problem 7
Is it a good idea to make member variables private? Why or why not?
Problem 8
Can you think of a good reason to avoid writing statements in a class member function that use cout or cin?
Problem 9
Under what circumstances should a member function be private?
Problem 14
When defining an array of class objects, how do you pass arguments to the constructor for each object in the array?
Problem 16
How do you identify the classes in a problem domain description?
Problem 24
The default access specification of class members is _________.
Problem 25
The default access specification of a struct in C++ is _________.
Problem 27
Members of a class object may be accessed through a pointer to the object by using the _________ operator.