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

Method setData

Lab_20/Person.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26public:
27 void setData(string name, string tell_number)
28 {
29 this->name = name;
30 this->tell_number = tell_number;
31 }
32
33 string getName()
34 {

Callers 2

F_First_ProgramFunction · 0.80
F_Second_ProgramFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected