Programming 3
University of Alicante, 2024–2025
First session (09/11)):
(at the lab or at home) Start implementing class Coordinate from the First assignment, using acode editor such as gedit. In the next session we will learn how to use Eclipse as a development environment. Start your implementation by translating this C++ implementation of class Coordinate to Java. This C++ implementation of Coordinate does not has the hashCode() method, and does not comply with immutability requirements. Read the README-en.txt file tha comes with the C++ implementation for some interesting stuff about the similarities (and differences!) between C++ y Java.
This video on how to convert C++ code to Java could also be useful.