Computer Science - Object Oriented Programming Using C++

46.
The delete operator returns ______ to the operating system
memory that is no longer needed
void
recycle bin
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

47.
The major advantage of data hiding is that _____
your programs can include more data
you no longer need functions
no one can ever use your data
your data will be used correctly
Answer: Option
Explanation:
No answer description is available. Let's discuss.

48.
The letter V is a _____
character literal constant
numeric literal constant
string literal constant
variable
Answer: Option
Explanation:
No answer description is available. Let's discuss.

49.
Separating parts of a program into units that remain unaffected by other parts of a program is the concept known as _____
intrusion
volatility
encapsulation
protection
Answer: Option
Explanation:
No answer description is available. Let's discuss.