Object Oriented Programming Using C Plus Plus - Study Mode
[#301] The comma operator (,) is used to
Correct Answer
(A) permit two different expressions to appear in situations where only one expression would ordinarily be used
[#302] Which of the following type casts will convert an Integer variable named amount to a Double type?
Correct Answer
(A) (double) amount
[#303] The loosest type of coupling is
Correct Answer
(A) data coupling
[#304] Which of the following is a string literal constant?
Correct Answer
"Visual C++"
[#305] A child class _____ exist if there is no parent class
Correct Answer
(C) cannot