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

Method display

Lab_21/e-commerce.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void virtual display() {
54 cout << left << setw(20) << name << setw(15) << UIC;
55 }
56
57 void virtual input() {
58 cout << "Enter the name of a new product: ";

Callers 2

PurchaseFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected