Search:

Type: Posts; User: EDale

Search: Search took 0.07 seconds.

  1. Re: How to call a static method within a static method in the same class?

    Well tune() takes an Instrument as an argument. So I actually should pass an Instrument argument within the parenthesis, right?. Which means I need to change the Instrument.tune() line to...
  2. How to call a static method within a static method in the same class?

    Hi guys,
    I'm trying to call a static method within a static method of the same class, but I can't figure out how. In the tuneAll method below, I'm trying to call tune(Instrument an Instrument). When...
Results 1 to 2 of 2