Menu

1 6 Points Write Class Point X Y Coordinates Private Data Write Constructor Class Tostring Q43779223

(1) (6 points) Write a class Point that has x and y coordinates as private data. Write a constructor for the class and a toSt

(1) (6 points) Write a class Point that has x and y coordinates as private data. Write a constructor for the class and a toString method. Write a main() method that uses the constructor to set a Point object to x = 2, x=3 and uses the toString method to display the coordinates of the Point object via System.out.println(objectname); Show transcribed image text (1) (6 points) Write a class Point that has x and y coordinates as private data. Write a constructor for the class and a toString method. Write a main() method that uses the constructor to set a Point object to x = 2, x=3 and uses the toString method to display the coordinates of the Point object via System.out.println(objectname);

Expert Answer


Answer to (1) (6 points) Write a class Point that has x and y coordinates as private data. Write a constructor for the class and a…

OR