Object Oriented Programming Using C Plus Plus - Study Mode

[#236] Files whose names end in .h are called _____ files
Correct Answer

(B) header

[#237] Which of the following is NOT included in the header of a function?
Correct Answer

(B) the name of the program or function that calls the function

[#238] If you want only one memory location to be reserved for a class variable, no matter how many objects are instantiated, you should declare the variable as________
Correct Answer

(C) static

[#239] The logical NOT operator represented by is a
Correct Answer

(A) unary operator

[#240] When variables refer to attributes of an entity (such as name, address, and phone number of a person), those attributes form a _____
Correct Answer

(B) record