1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
pointer
variable that contains a reference to a memory
pointer
stores address of memory location
enumerated types
a user defined data type in which labels are used to represent specified or default integral values
stack
memory for a local variable is allocated from a pool of memory
polymorphism
mechanism allowing a given function to have many different specifications depending on the class that implements it.
Mutator
in OOP, a function which changes the state of an object is best described as a ___ function
accessor
in OOP a function that cannot change the state of an object is best described as a ____ fucntion