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

Method showdetails

Lab_16/Source.cpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 cin >> code;
206 }
207 void showdetails()
208 {
209 cout << " NAME: " << name << endl;
210 cout << " CODE: " << code << endl;
211 }
212};
213
214class Account : virtual public Person

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected