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

Method GetData

Lab_21/city_temperature_control.cpp:50–53  ·  view source on GitHub ↗

diplaying with the binary files

Source from the content-addressed store, hash-verified

48
49 // diplaying with the binary files
50 void GetData() {
51 cout << "ID NAME J F M A M I I A S O N D\n";
52 cout << left << setw(10) << cityID << setw(10) << cityName << " ";
53 }
54
55 virtual void setClimateData() = 0; // virtual functions
56 virtual void getClimateData() = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected