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

Method display

Lab_21/e-commerce.cpp:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144
145 void display() {
146 Item::display();
147 cout << left << setw(20) << price << setw(15) << quantity << endl;
148
149 }
150
151 int get_quantity() {
152 return quantity;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected