Search:

Type: Posts; User: newbie

Search: Search took 0.32 seconds.

  1. Replies
    6
    Views
    1,872

    Re: Object as a Reference into Object's Class

    Well firstly, state you're design specification, what are you trying to accomplish?

    Also is there a reason you are trying invoke a Boolean variable isUsed? i.e, its not a method.
  2. Replies
    6
    Views
    1,872

    Re: Object as a Reference into Object's Class

    Well yeah, but it has no reference within "extraClass", its an instance of extraClass.
  3. Replies
    6
    Views
    1,872

    Re: Object as a Reference into Object's Class

    && (!Third.checkUsed))
    Third.setUsed(Third);

    You invoke methods on Third, which hasn't been declared anywhere in your 'extraClass' Class.
    Not sure what you're trying to do with 'Third' in...
Results 1 to 3 of 3