Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ getFirstName
Method
getFirstName
Lab_12/main.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
FirstName = f_Name;
25
}
26
string getFirstName()
27
{
28
return FirstName;
29
}
30
void setMiddleName(string m_Name)
31
{
32
MiddleName = m_Name;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected