I have to complete a project about employees and their jobs. Here are the requirements:
1 Must be able to add new employees
2 Must be able to add new jobs
3 Must be able to attach a registered employee to registered jobs (several jobs to the same employee)
Since I'm new to the world of classes in Java, can someone guide me towards what would be the best method to implement this (in terms of maintainability i.e. if more jobs need to be added to each employee) and which classes/methods would be good to have along with how to implement them.