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

Method getPassword

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

get Password of User

Source from the content-addressed store, hash-verified

68 }
69 // get Password of User
70 string getPassword() {
71 return password;
72 }
73 // Display Info
74 void Display() {
75 cout << "\t\tName : " << name << endl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected