Question

Q2: 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.

Answer

This answer is hidden. It contains 68 characters.