Object Oriented Programming Using C Plus Plus - Study Mode
[#371] An exception specification begins with the keyword _____
Correct Answer
(C) throw
[#372] You construct a class in two sections, known as the _____
Correct Answer
(C) declaration and implementation
[#373] It is sometimes useful to specify a class from which no objects will ever be created
Correct Answer
(A) True
[#374] The statement i* = 3 is equivalent to
Correct Answer
(D) i = i * 3
[#375] The complement operator is represented by the symbol
Correct Answer
(A) ~