Search:

Type: Posts; User: jim829

Search: Search took 0.10 seconds.

  1. Thread: Enumeration

    by jim829
    Replies
    6
    Views
    710

    Re: Enumeration

    Your Deck class needs some help.

    First, the deck class should declare it's own storage for the cards. You could also use a constructor to initialize the deck. You don't need a create method as...
  2. Thread: Enumeration

    by jim829
    Replies
    6
    Views
    710

    Re: Enumeration

    Enumeration types, or enums are a special class that is used to declare constants. It has default methods to access those constants but can also have other methods too. I recommend you check the...
  3. Thread: Enumeration

    by jim829
    Replies
    6
    Views
    710

    Re: Enumeration

    There are enum's and then there is also the Enumeration interface which is a first generation version of an Iterator. It would be helpful if you would post the exact wording of the assignment(s) so...
Results 1 to 3 of 3