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

Method showdata

Lab_16/Source.cpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 cin >> monthly_salary;
155 }
156 void showdata()
157 {
158 Typist::showdata();
159 cout << " Monthly salary: " << monthly_salary << endl;
160 }
161};
162
163class Casual_Typist : public Typist

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected