Object Oriented Programming Using C Plus Plus - Study Mode

[#396] A base class may also be called a
Correct Answer

(D) parent class

[#397] The _____ mode tells C++ to open a file for input
Correct Answer

(D) ios::in

[#398] Using the wardrobe structure within the ShopList structure is an example of a good programming principle, known as _____
Correct Answer

(A) reusability

[#399] When you omit parameters from a function call, values can be provided by
Correct Answer

(D) default parameters

[#400] The time and memory involved in calling a function represent the function's _____
Correct Answer

(B) overhead