Multiple Choice
A member function of a class should be made private
A) always
B) only if it will never be used
C) if it will only be used by other members of the class
D) never, it is illegal to make a member function private.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: A function may return a structure.
Q23: Which of the following function declarations will
Q24: A class member function that automatically initializes
Q25: Who can access private members in a
Q26: The double colon ::) is known as
Q28: If you are designing a class for
Q29: Data members or member functions of a
Q30: The constructor of a class that does
Q31: In the following class constructor definition, the
Q32: A member function that allows the user