MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / showdata

Method showdata

Lab_15/Source.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
99class CURR_ACCT : public ACCOUNT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected