Please no plagiarism. In the 2 dimensional plane, a point is described by its two coordinates x and y. It has the following operations:
1- A constructor allowing initialization of both coordinates
2- Accessors and Mutators methods to its coordinates
3-Translation of a point
Write a java class, called Point that corresponds to the definition of a point in the 2D plane.