Search:

Type: Posts; User: BigFoot13

Search: Search took 0.07 seconds.

  1. [SOLVED] Re: Array of objects, invoking constructor for one changes others

    Ahh I see! Removed the static modifier from my short[] address variable and its working now! Thanks!!!
  2. [SOLVED] Re: Array of objects, invoking constructor for one changes others

    Static methods are invoked using the class name instead of the object/instance name.

    Of course if I'm doing it wrong, please tell me :P
  3. [SOLVED] Array of objects, invoking constructor for one changes others

    Hi all, first post here, I'm having some trouble on a critical part of a program I'm writing for a programming class I'm currently taking. The entire program is pretty large (10+ classes, some well...
Results 1 to 3 of 3