OOP Task (class hierarchy, inheritance, interface, etc.)
问题 Since I am trying to learn more about OOP (Java) I'm working my way through some literature where I found this 'task'. Unfortunately I am having kind of a hard time since I am pretty new to OOP and I don't have any sample solution to this. Maybe some of you can give me some input so can work my way through this. Define a class hierarchy for these classes: quadrilateral convex quadrilateral trapezoid parallelogram rhombus rectangle square Create an instance of each class if possible Define