Search:

Type: Posts; User: Zaphod_b

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    2,441

    [SOLVED] Re: An array from abstract parent?

    I guess my reply got posted just as you were preparing your response to a previous question. See if my explanation sheds any light...

    Cheers!

    Z
  2. Replies
    7
    Views
    2,441

    [SOLVED] Re: An array from abstract parent?

    Here's the deal:

    When you create an array with a statement like the following, it creates an array of reference variables.


    Employee [] employees = new Employee[100];


    It hasn't...
Results 1 to 2 of 2