Object Oriented Programming Using C Plus Plus - Study Mode

[#466] Access specifiers are followed by
Correct Answer

(C) a colon

[#467] Elements in an array are identified by a unique _____
Correct Answer

(C) subscript

[#468] To include the double quotes as part of the control string we use the symbol
Correct Answer

(C) "

[#469] Which of the following statements declares a one-dimensional Character array named item that consists of five elements?
Correct Answer

(D) char item[5] = ""

[#470] If you declare two objects as Customer firstCust, secondCust

which of the following must be true?
Correct Answer

(C) Each object will have a unique memory address
(G) Each object will store a separate copy of any nonstatic data members