Search:

Type: Posts; User: Norm

Search: Search took 0.28 seconds.

  1. Re: Assignment Help - Need to Figure Out How to Integrate the Classes

    You don't pass a method. You pass a reference to the class containing the method. If you create a new instance of the Game class it won't have the data from the other instance.
    You can use the...
  2. Re: Assignment Help - Need to Figure Out How to Integrate the Classes

    Cross posted at Assignment Help - Need Help Integrating Classes - Dev Shed
  3. Re: Assignment Help - Need to Figure Out How to Integrate the Classes

    The code provides getGame() to get an element in games[]
    The Game class has methods to get at the values it contains.
    The Schedule class's constructor creates and initializes the games array.
Results 1 to 3 of 3