Object Oriented Programming Using C Plus Plus - Study Mode
[#171] Which of the following is the scope resolution operator?
Correct Answer
(B) ::
[#172] If the description of function is "input the quantity, validate that the quantity is greater than 1, subtract 1 from the quantity and print the quantity," the function is
Correct Answer
(B) logically cohesive
[#173] A function that changes an object's state belongs to the category of
Correct Answer
(B) mutator functions
[#174] Which of the following pairs of identifier name(s) are(is) considered to be identical?
Correct Answer
(C) identifier 1, identifier_2
[#175] When you create a derived class and instantiate on object
Correct Answer
(A) the parent class object must be constructed first