• Using the UML diagram, create 6 classes that represent what isshown in the diagram. The names of the classes are: – CODPersonnel- Employee – Student – Address – PayInfo – Course • All the classattributes/fields should have private as the access modifier. •Create get and set methods (accessor and mutator) for each of theattributes/fields. These methods should be public. • In addition tothe get/set methods, classes CODPersonnel, Student and PayInforequire the other methods listed in the diagram. • Make sure tofollow the associations and relationships indicated between theclasses. Add a separate application class that tests creatinginstances of all the
OR
OR