I had the task to implement from UML Diagramm the classes and attributes
My code :
public abstract class Human { private String name; pr