Chapter 4 – Defining Classes I Flashcards
object
.
method
.
instance
.
member
.
field
.
instance variable
.
new
.
heading
.
method body
.
invocation
.
body
.
return statement
.
return in a void method
.
local variable
.
block
.
compound statement
.
parameter
.
argument
.
call-by-value
.
parameters as local variables
.
formal parameters
.
actual parameter
.
this parameter
.
mask a variable
.
equals
.
toString
.
println used with objects
.
+ used with objects
.
recursive method
.
driver program
.
bottom-up testing
.
stub
.
information hiding
.
abstraction
.
encapsulation
.
public
.
private
.
accessor methods
.
mutator methods
.
precondition
.
postcondition
.
overloading
.
Method signature
.
constructor
.
constructor arguments
.
resetting object values
.
no-argument constructor
.
default constructor
.
import
.
tokens
.
nextToken
.
hasMoreTokens
.
choosing delimeters
.