MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / Display

Method Display

Project_E-Commerce_App_V3.0/Person.h:121–126  ·  view source on GitHub ↗

Display Info

Source from the content-addressed store, hash-verified

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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected