Hi,
After months of waiting for this book, I finally received last week, and have been digging into it. It really does live up to all it's praises that I've seen, but I have run into a part that seems to contradict itself.
Page 41 talks about
Final Arguments. The example is:
Then on page 46 in the section titled Methods with
Variable Arguement Lists (var-args), it defines how the terms "argument" and "parameter" will be used throughout the book.
argumentsThe things you specify between the parentheses when you're invokinga methodparameters The things in the method's signature that indicate what the method must receive when it's invoked
If that is the case, shouldn't the secion on page 41 be called "Final parameters"? Based on the examples in the book this is what it appears like to me. Can someone please clarify?
Thanks,
Tony