Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ display
Method
display
Lab_21/e-commerce.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
void display() {
88
Item::display();
89
cout << left << setw(20) << price << setw(15) << quantity << endl;
90
}
91
92
void input() {
93
Item::input();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected