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

Method Security

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

Constructor for Security class

Source from the content-addressed store, hash-verified

39public:
40 // Constructor for Security class
41 Security(string name, string tell, string login, string password) : Person(name, tell) {
42 this->login = login;
43 this->password = password;
44 }
45};
46
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected