| 89 | } |
| 90 | |
| 91 | void showdata() |
| 92 | { |
| 93 | cout << " Name: " << name << endl; |
| 94 | cout << " Account Number: " << account_number << endl; |
| 95 | cout << " Type of Account: " << type_account << endl; |
| 96 | } |
| 97 | }; |
| 98 | |
| 99 | class CURR_ACCT : public ACCOUNT |
nothing calls this directly
no outgoing calls
no test coverage detected