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

Method DayTime

Lab_13/main1.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11public:
12 DayTime()
13 {
14 hour = 0;
15 minute = 0;
16 second = 0;
17 }
18
19 DayTime(int h, int m, int s)
20 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected