| 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: "; |
nothing calls this directly
no outgoing calls
no test coverage detected