Ch14: Enumeration Types Flashcards

1
Q

Define Enum Types

A

Special classes that have a set of fixed possible values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A ___ defines a new data type

A

Class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define Log Level

A

Represents type of log messages to be displayed as app runs (ex: debug, info, warning, error)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Because enum values are constants, fields should be ____ variables, since they will not change

A

Final

How well did you know this?
1
Not at all
2
3
4
5
Perfectly