get Password of User
| 99 | } |
| 100 | // get Password of User |
| 101 | string getPassword() { |
| 102 | return password; |
| 103 | } |
| 104 | // Display Info |
| 105 | void Display() { |
| 106 | cout << "Name: " << name << endl; |
nothing calls this directly
no outgoing calls
no test coverage detected