Give the complete definition of the member function getValue that you
would use with the definition of Money given in Display 11.4.
Why would it be incorrect to add the modifier const, as shown here, to
the function declaration for the member function input of the class Money
given in Display 11.4?
class Money
{
...
public:
void input(istream& ins) const;
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here