get Password of User
| 68 | } |
| 69 | // get Password of User |
| 70 | string getPassword() { |
| 71 | return password; |
| 72 | } |
| 73 | // Display Info |
| 74 | void Display() { |
| 75 | cout << "\t\tName : " << name << endl; |
nothing calls this directly
no outgoing calls
no test coverage detected