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

Method Display

Lab_11/Source.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 date_of_birth = date_of_birth1;
51 }
52 void Display()
53 {
54 cout << endl;
55 cout << "Name: " << name << endl;
56 cout << "Salary: " << salary << endl;
57 cout << "Date of Birth: " << date_of_birth << endl;
58 }
59 void alert_name()
60 {
61 cout << "New name: ";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected