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

Method Display

Project_E-Commerce_App_V2.0/Person.h:74–79  ·  view source on GitHub ↗

Display Info

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected