Overriding the equals Method
File Player.java contains a class that holds information about an athlete: name, team, and uniform number. File
ComparePlayers.java contains a skeletal program that uses the Player class to read in information about two
baseball players and determine whether or not they are the same player.
1. Fill in the missing code in ComparePlayers so that it reads in two players and prints “Same player” if they
are the same, “Different players” if they are different. Use the equals method, which Player inherits from
the Object class, to determine whether two players are the same. Are the results what you expect?
2. The problem above is that as defined in the Object class, equals does an address comparison. It says that
two objects are the same if they live at the same memory location, that is, if the variables that hold
references to them are aliases. The two Player objects in this program are not aliases, so even if they
contain exactly the same information they will be “not equal.” To make equals compare the actual
information in the object, you can override it with a definition specific to the class. It might make sense to
say that two players are “equal” (the same player) if they are on the same team and have the same uniform
number.
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more