Java Readings 4

Read Chapter 6

Skip, or skim these sections:

Ch 6: 6.6, 6.7, 6.8, 6.10, 6.13

In your own words, based on in-class explanations and those that are 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, or NA if it is not in your book.

  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