reset password
Author Message
dliang
Posts: 35
Posted 19:07 Oct 16, 2019 |

Professor Knaur

For the printEmployees() method, is there a way to stop printing out the staff and faculty information, or I should keep it because Faculty and Staff were inherited from the Employee's class, therefore they also count as part of the Employee's.

kknaur
Posts: 540
Posted 20:08 Oct 16, 2019 |

You should print out all information of any objects which are Employees.