Object Oriented Programming Using C Plus Plus - Study Mode
[#206] The keyword used to define a structure is _____
Correct Answer
(C) struct
[#207] If container classes are carefully constructed, then these tools are available to work with structures that are not ______
Correct Answer
(C) type-specific
[#208] Header files often have the file extension _____
Correct Answer
(A) .H
[#209] A class named Student must have a constructor whose name is
Correct Answer
(A) Student
(E) student
[#210] To write data that contains variables of type float, to an object of type ofstream, you should use
Correct Answer
(C) writeQ