Problem 7
When is a copy constructor called?
Problem 10
Why must the parameter of a copy constructor be a reference?
Problem 15
How does the compiler know whether an overloaded \(++\) operator should be used in prefix or postfix mode?
Problem 24
Explain why memberwise assignment can cause problems with a class that contains a pointer member.
Problem 29
A static member function may be called __________ any instances of its class are defined.
Problem 30
A(n) __________ function is not a member of a class, but has access to the private members of the class.
Problem 45
T F Static member variables are defined outside their class declaration.