cs multiple choice

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

pointer

variable that contains a reference to a memory

2
New cards

pointer

stores address of memory location

3
New cards

enumerated types

a user defined data type in which labels are used to represent specified or default integral values

4
New cards

stack

memory for a local variable is allocated from a pool of memory

5
New cards

polymorphism

mechanism allowing a given function to have many different specifications depending on the class that implements it.

6
New cards

Mutator

in OOP, a function which changes the state of an object is best described as a ___ function

7
New cards

accessor

in OOP a function that cannot change the state of an object is best described as a ____ fucntion