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

Method Security

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

Constructor for Securoty class

Source from the content-addressed store, hash-verified

33
34 // Constructor for Securoty class
35 Security(string name, string tell, string login, string password) :Person(name, tell) {
36 this->login = login; this->password = password;
37 }
38
39};
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected