Object Oriented Programming Using C Plus Plus - Study Mode

[#116] The C++ operator used to allocate memory is _________
Correct Answer

(C) new

[#117] Assume that your version of C++ can recognize only the first 8 characters of an identifier name, through identifier names may be arbitrarily long. Which of the following identifier names is not distinct:
Correct Answer

(C) identifier_l, identifier_2

[#118] Which loop always processes its instructions at least once?
Correct Answer

(A) do-while

[#119] When a new class is derived from an existing class, the derived class member functions _____ have names that differ from base class function names
Correct Answer

(A) may

[#120] A static data member is given a value
Correct Answer

(B) outside the class definition
(F) outside the class definition