Help for this page
double getPayAmount() { ... } return result; }
double getPayAmount() { ... if(m_isRetired) return retiredAmount(); return normalPayAmount(); }