[solved] – Question 72074
Design and implement a set of classes that define the employees of a hospital :doctor ,nurse ,administrator, surgeon receptionist ,janitor , and so on. include method in each class that are named according to the services provided by that person (e.g. treats patients..so treats() is a suitable method ) and that print an appropriate message.create a main driver class to instantiate and exercise several of classes .(Hint. Use Inheritance
Expert Answer
OR

