Object Oriented Programming Using C Plus Plus - Study Mode
[#246] The code that you enter into a C++ program is called _____
Correct Answer
(D) source code
[#247] If a base class member is private, then
Correct Answer
(D) neither (a) nor (b)
[#248] Which of the following instructions tells C++ to merge the source code from the iostream.h file into the current file?
Correct Answer
#include <iostream.h>
[#249] The two parts of a function are the
Correct Answer
(D) header and body
[#250] The general principle underlying object-oriented error handling is that a called function should __________
Correct Answer
(B) check for errors but not be required to handle any detected