Exercise 1 [5 points]:Â Create the following classes shown in the UML diagram. Then, create PointTest.java class with…
Exercise 1 [5 points]: Create the following classes shown in the UML diagram. Then, create PointTest.java class with main method to test all functionality of these classes. Exercise 2 [10 points]: The following figure shows a UML diagram in which the class Student is inherited from the class Person a. Implement a Person class. The person constructor takes two strings: […]