Computer Science - Object Oriented Programming Using C++

21.
The most common operation used in constructors is _____
addition
overloading
assignment
polymorphism
Answer: Option
Explanation:
No answer description is available. Let's discuss.

22.
When a function performs tasks based on a decision, it has _____
functional cohesion
coincidental cohesion
logical cohesion
no cohesion
Answer: Option
Explanation:
No answer description is available. Let's discuss.

23.
To create a template class, you begin with _________
the template definition
the keyword class
the function definitions
the keyword definition
Answer: Option
Explanation:
No answer description is available. Let's discuss.

24.
Which of the following is a C++ object?
>>
read()
cin
iostream
Answer: Option
Explanation:
No answer description is available. Let's discuss.

25.
A variable is _____
an item of data
a memory location whose value can change while the program is running
a memory location whose value cannot change while the program is running
Answer: Option
Explanation:
No answer description is available. Let's discuss.