Object Oriented Programming Using C Plus Plus - Study Mode

[#271] When a child class function is called, the compiler looks first for a matching function name in the _____
Correct Answer

(A) class of the object using the function name

[#272] A function that is called automatically each time an object is destroyed is a
Correct Answer

(B) destructor
(F) destructor

[#273] If you create an instantiation of a class template with an int, and then create a second instantiation with a double, then
Correct Answer

(A) you must precede each function call with the word int or double

[#274] The step-by-step instructions that solve a problem are called _____
Correct Answer

(A) an algorithm

[#275] The type to be used in an instantiation of a class template follows ________
Correct Answer

(A) the generic class name