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

Method Security

Project_E-Commerce_App_V1.0/Header.h:23–28  ·  view source on GitHub ↗

Defoult Constructor

Source from the content-addressed store, hash-verified

21
22 // Defoult Constructor
23 Security() {
24 Name = "";
25 Login = "";
26 Parol = "";
27 TellNum = "";
28 }
29
30 //Function display
31 void Display() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected