Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ Person
Method
Person
Lab_16/Source.cpp:195–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
194
public:
195
Person()
196
{
197
name =
"Unknown"
;
198
code =
"Unknown"
;
199
}
200
void getdetails()
201
{
202
cout <<
" Enter name: "
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected