/* * * 7.18 * * */ int main () { // We dont need to expose functions and data members that should only be // accessed or used by the public functions. // There are some things that the user does not need to know about when using the class. return 0; }