Object Oriented Programming Using C Plus Plus - Study Mode
[#321] The best-written classes have
Correct Answer
(D) None of the above
[#322] The base class for most stream classes is the _____ class
Correct Answer
(A) ios
[#323] The most efficient data type for a variable that stores the number 4.6e20 is the _____ data type
Correct Answer
(C) Float
[#324] Which of the following can be used to declare the main function?
Correct Answer
(C) void main()
[#325] You _____ write your own container classes
Correct Answer
(B) may