Search:

Type: Posts; User: kyuss

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    3,286

    Re: Help setting a private static class variable

    thanks mate, I think the problem must be with my class setter method


    private static void setCurrentLeader(LongJumper aJumper)
    {
    LongJumper.currentLeader = aJumper;
    }

    My...
  2. Replies
    4
    Views
    3,286

    Re: Help setting a private static class variable

    Thanks for replying copeg, unfortunately the question specifically asks for a class method to used for the setter.


    do you mean something along the lines of


    private static void...
  3. Replies
    4
    Views
    3,286

    Help setting a private static class variable

    Hi there, I'm working on my assignment for uni and I'm having a few problems with one of the questions.
    So I'm trying to set the class variable currentLeader to an object of the LongJumper class,...
Results 1 to 3 of 3