Question: l. GameCharacter Create a class GameCharacter that has a single member variable: a String storing the character's name. In this class, you should have the




l. GameCharacter Create a class GameCharacter that has a single member variable: a String storing the character's name. In this class, you should have the following methods: . A single-parameter constructor which sets the name. Override the toString() method from the Object class Override the equals() method from the Object class o IMPORTANT: in order to correctly override this method, you must use the signature "public boolean equals(Object other)" - If you do not recall how to implement an equals method, either see section 7.3 of Absolute Java (the textbook for Intro. II), or look at this page e (the third result when Googling for this) which provides a very good explanation of what to do and why to do it
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
