Question: With Java Homework # 6: Assigned: Friday, 10 November 2017 Due: Monday, 13 November 2017 (beginning of class) Points 12 Do not turn in homework
Homework # 6: Assigned: Friday, 10 November 2017 Due: Monday, 13 November 2017 (beginning of class) Points 12 Do not turn in homework via Canvas. Type out the answers and turn in on 8.5x11 paper in class on the due date. Write a complete Java program to do the following: (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); (2) (6 points) Write a class LabeledPoint that inherits from Point. LabeledPoint gives a String label to each LabeledPoint object. Write a constructor that sets the Labe!edPoint to x = 0, y = 0 and the label to "Origin". In the main) method, add a LabeledPoint (use the default constructor) and use a toString method to display location and name of the LabeledPoint object via the println command
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
