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

Method showdata

Lab_17/Education.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 cout << "Enter the monthly salary: "; cin >> monthly_salary;
146 }
147 void showdata() {
148 Typist::showdata();
149 cout << "Monthly salary: " << monthly_salary << endl;
150 }
151};
152
153class Casual_Typist : public Typist {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected