Computer Science - Object Oriented Programming Using C++

11.
When the compiler cannot differentiate between two overloaded constructors, they are called
overloaded
destructed
ambiguous
dubious
Answer: Option
Explanation:
No answer description is available. Let's discuss.

12.
Some Streams work with input, and some with output
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

13.
If you design a class that needs special initialization tasks, you will want to design a(n) _____
housekeeping routine
initializer
constructor
compiler
Answer: Option
Explanation:
No answer description is available. Let's discuss.

14.
Which type of statement does not occur in computer programs?
sequence
loop
denial
selection
Answer: Option
Explanation:
No answer description is available. Let's discuss.

15.
The newline character is always included between
pair of parentheses
pair of curly braces
control string
&
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.