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

Method Person

Lab_11/Source.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13public:
14 Person()
15 { // default constructor
16 age = 17;
17 name = "Rustam";
18 }
19 Person(int x)
20 {
21 age = x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected