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

Method FullName

Lab_12/main.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7{
8public:
9 FullName()
10 {
11 FirstName = "Rustam";
12 MiddleName = "Zokirov";
13 LastName = "Ibrohimovich";
14 }
15
16 FullName(string fName, string mName, string lName)
17 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected