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

Method Display

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

Display Info

Source from the content-addressed store, hash-verified

83
84 // Display Info
85 void Display() {
86 cout << "\t\tName : " << name << endl;
87 cout << "\t\tTell : " << tell << endl;
88 cout << "\t\tLogin : " << login << endl;
89 cout << "\t\tPassword : " << password << endl;
90 }
91};
92
93

Callers 5

F_Owner_Products_StotageFunction · 0.45
F_Modify_Info_ProductsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected