Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Re: Alternate turns using Polymorphism and abstract classes

    Can you make a small simple program that compiles, executes and shows the problem.

    There needs to be one place the board is created with methods for all users to get to it to make updates etc.
  2. Re: Alternate turns using Polymorphism and abstract classes

    Then the Human class has a board and the Computer class has a board, making two boards.
  3. Re: Alternate turns using Polymorphism and abstract classes

    What did that mean if there is only one board in the Game class? Is there more than one instance of the Game class?
  4. Re: Alternate turns using Polymorphism and abstract classes

    If there is supposed to be a single board, what class would it be in? How would each player get access to the single board?
Results 1 to 4 of 4