Search:

Type: Posts; User: colerelm

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,422

    Re: Comparing two objects

    What if I have an equals method in my player class but I want to compare two player objects outside that class? How could I, for example, check to see that an element of an array of type player is...
  2. Replies
    4
    Views
    1,422

    Comparing two objects

    I have two objects, player1 and player 2. These two objects have properties: String first name,String last name, double weight and int grade. I want to create a method that takes in a player object...
Results 1 to 2 of 2