Multiple Choice
When compiling a class's source code file which does not contain a main function) , the information in the class's header file is used for all of the following, except:
A) Ensuring that the header of each member function matches its prototype.
B) Ensuring that each member function knows about the class's data members and other member functions.
C) Determining the correct amount of memory to allocate for each object of the class.
D) All of the above are uses that the compiler has for the header file information.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Parameterized stream manipulator setfill specifies the fill
Q5: Member function definitions:<br>A) Always require the binary
Q7: Calling a member function of an object
Q8: Which of the following statements is not
Q9: Attributes of a class are also known
Q11: In the source-code file containing a class's
Q12: Utility functions:<br>A) Are private member functions that
Q14: Returning references to non-const, private data:<br>A) Allows
Q18: A class-scope variable hidden by a block-scope
Q33: Member access specifiers (public and private) can