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

Method get_UIC

Lab_21/e-commerce.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 string get_UIC() {
50 return UIC;
51 }
52
53 void virtual display() {
54 cout << left << setw(20) << name << setw(15) << UIC;

Callers 1

PurchaseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected