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