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