โ Back to Classes
Question 133
Point2D Clone
Point2D Clone
Create a class Point2D with int x and y. Implement clone() to return a new Point2D with the same values. Return a new Point2D (do not use super.clone()). Do NOT write a main method.
Expected Output:
(2, 5)
Topics:
Classes
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.