Java Readings 4

Read Chapters 6 & 7

Skip, or skim these sections:
Ch 6: 6.6, 6.7, 6.8, 6.10, 6.13
Ch 7: 7.4.5, 7.4.6, 7.4.7, 7.5, 7.6, 7.10, 7.11, 7.12, 7.13, 7.17

In your own words, based on Cathy's explanations and that which is given in your book, give a brief definition of the following terms. For each, include the section and page number of where in the book the term is defined.
  1. Shadowing
  2. Command-line arguments
  3. Static method
  4. Method overloading
  5. public
  6. private
  7. Pass by value
  8. Pass by reference
  9. Instance method