Vocab Flashcards
1
Q
access specifier
A
word that indicates whether its public or private (accessibility)
2
Q
accessor method
A
method that accesses info about object
3
Q
api
A
library of code
4
Q
assignment
A
placing value on variable
5
Q
bug
A
error
6
Q
byte
A
number of 8 bits, unit of storage
7
Q
class
A
programmer defined data type
8
Q
constructor
A
method that initializes (constructs) new object
9
Q
initialization
A
construction + assignment, setting a variable to a well defined value when created
10
Q
method
A
a sequence of statements
11
Q
object
A
a value of a class type
12
Q
parameter
A
information specified to to method when it is called
13
Q
parameter variable
A
called in head of method, initialized when method is called
14
Q
state
A
current value of object
15
Q
statement
A
syntactical unit