Search:

Type: Posts; User: jps

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,295

    [SOLVED] Re: Why re-name these method parameters?

    Not exactly, but yes. It is not about either side of, or the = mark. See below.


    Those are the words for it.



    Yes and no. Lets take a larger sample for clarity:
    public class Test {
  2. Replies
    6
    Views
    1,295

    [SOLVED] Re: Why re-name these method parameters?

    When you call a method, you have to supply the correct types. If the method is defined as:

    public void initialize(double start, double end, double factor) {
    //....
    }
    ..this only means you have...
Results 1 to 2 of 2