| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected