Design and implement a set of classes to model the employees of a hospital: doctor, nurse, administrator, etc. Include methods in each class that are named according to the services provided by that role and have those methods print an appropriate message. Create a main class to test out these classes.