Search:

Type: Posts; User: chalupabatman

Search: Search took 0.19 seconds.

  1. Replies
    3
    Views
    824

    Re: subclass and abstracts

    maybe should I have something in there? I did have it like this:



    team = new ArrayList<Player>();


    but netbeans said it was redundant to have the Player in the <>

    --- Update ---
  2. Replies
    3
    Views
    824

    subclass and abstracts

    Hey guys I have a quick question.. So I have a class called Team that is a collection of players and managers for a baseball team, and one of my required methods is to calculate the total amount of...
Results 1 to 2 of 2