Computer Science - Object Oriented Programming Using C++

41.
The loosest type of coupling is
data coupling
control coupling
external coupling
pathological coupling
Answer: Option
Explanation:
No answer description is available. Let's discuss.

42.
Which of the following is a string literal constant?
"Visual C++"
"137.45"
"A"
"2,365"
All of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

43.
Which of the following, if any, are valid names for variables?
class
friend
#OnHand
void
None of the above are valid names for variables
Answer: Option
Explanation:
No answer description is available. Let's discuss.

44.
A child class _____ exist if there is no parent class
must
may
cannot
can
Answer: Option
Explanation:
No answer description is available. Let's discuss.