Search:

Type: Posts; User: ChrisVisser

Search: Search took 0.23 seconds.

  1. Replies
    1
    Views
    1,390

    [SOLVED] Re: How to use an array of objects

    I have found my problem. As expected, it was a simple syntax error.

    I needed to initialise my array in a loop.

    My first attempt was

    BestAveRecord[] bestAveragesArray = new...
  2. Replies
    1
    Views
    1,390

    [SOLVED] How to use an array of objects

    Please forgive my question if the answer is obvious. I'm a beginner at Java programming.

    I have defined a class of objects. Each object has a number of fields and a number of methods.

    I want to...
Results 1 to 2 of 2