Display Info
| 72 | } |
| 73 | // Display Info |
| 74 | void Display() { |
| 75 | cout << "\t\tName : " << name << endl; |
| 76 | cout << "\t\tTell : " << tell << endl; |
| 77 | cout << "\t\tLogin : " << login << endl; |
| 78 | cout << "\t\tPassword: " << password << endl; |
| 79 | } |
| 80 | }; |
| 81 | |
| 82 |
nothing calls this directly
no outgoing calls
no test coverage detected