1 Flashcards
1
Q
class
A
set of instructions that descrive how a data structure should behave
2
Q
constructor
A
allows us to create instance variables of our class so we can set some information about our class
3
Q
instance variables
A
specific details we want our class to include
4
Q
parameters
A
allows data types to be created with specified attributes
5
Q
A