ANSWERS 2024/2025
The term ________ means the ability to take many forms. - ANSWERSpolymorphism
An iterator is a generalization of a ________, commonly used for a container classes. - ANSWERSpointer
If no exception is thrown, then the ______ _______ is ignored. - ANSWERScatch
A recursive function is one in which the function invokes _______________ - ANSWERSitself
In a ______ ______ two pointers will point to the same object. - ANSWERSshallow copy
Separate compilation generally works except when using - ANSWERStemplates
Two primary queue operations are _________________ and _______________ - ANSWERSdequeue,
endqueue
When a structure is passed by _______________ to a function, its members are not copied. -
ANSWERSby reference
When the ________ is placed in front of a variable name, it returns the address of that variable. -
ANSWERSampersand ( & )
A ___________ is a linked data structure that follows the First In First Out (FIFO) convention. -
ANSWERSA queue
To save the output of a command to a file the operator used is _________________________. -
ANSWERS>