Chapter 4 – Defining Classes I Flashcards
1
Q
object
A
.
2
Q
method
A
.
3
Q
instance
A
.
4
Q
member
A
.
5
Q
field
A
.
6
Q
instance variable
A
.
7
Q
new
A
.
8
Q
heading
A
.
9
Q
method body
A
.
10
Q
invocation
A
.
11
Q
body
A
.
12
Q
return statement
A
.
13
Q
return in a void method
A
.
14
Q
local variable
A
.
15
Q
block
A
.
16
Q
compound statement
A
.
17
Q
parameter
A
.
18
Q
argument
A
.
19
Q
call-by-value
A
.
20
Q
parameters as local variables
A
.
21
Q
formal parameters
A
.
22
Q
actual parameter
A
.
23
Q
this parameter
A
.
24
Q
mask a variable
A
.
25
equals
.
26
toString
.
27
println used with objects
.
28
+ used with objects
.
29
recursive method
.
30
driver program
.
31
bottom-up testing
.
32
stub
.
33
information hiding
.
34
abstraction
.
35
encapsulation
.
36
public
.
37
private
.
38
accessor methods
.
39
mutator methods
.
40
precondition
.
41
postcondition
.
42
overloading
.
43
Method signature
.
44
constructor
.
45
constructor arguments
.
46
resetting object values
.
47
no-argument constructor
.
48
default constructor
.
49
import
.
50
tokens
.
51
nextToken
.
52
hasMoreTokens
.
53
choosing delimeters
.