Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ setLastName
Method
setLastName
Lab_12/main.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
return MiddleName;
37
}
38
void setLastName(string l_Name)
39
{
40
LastName = l_Name;
41
}
42
string getLastName()
43
{
44
return LastName;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected