Solved

When Compiling a Class's Source Code File Which Does Not

Question 4

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions