Display Info
| 119 | |
| 120 | // Display Info |
| 121 | void Display() { |
| 122 | cout << "\t\tName : " << name << endl; |
| 123 | cout << "\t\tTell : " << tell << endl; |
| 124 | cout << "\t\tLogin : " << login << endl; |
| 125 | cout << "\t\tPassword : " << password << endl; |
| 126 | } |
| 127 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected