Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ set_name
Method
set_name
Lab_21/e-commerce.cpp:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void set_name(string name) { // function for inputing the name of item
38
this->name = name;
39
}
40
41
void set_UIC(string UIC) {
42
this->UIC = UIC;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected