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

Method Display

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

Display Info

Source from the content-addressed store, hash-verified

103 }
104 // Display Info
105 void Display() {
106 cout << "Name: " << name << endl;
107 cout << "Tell: " << tell << endl;
108 cout << "Login: " << login << endl;
109 cout << "Password: " << password << endl;
110 }
111};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected