MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / setMiddleName

Method setMiddleName

Lab_12/main.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 return FirstName;
29 }
30 void setMiddleName(string m_Name)
31 {
32 MiddleName = m_Name;
33 }
34 string getMiddleName()
35 {
36 return MiddleName;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected