Multiple Choice
Member functions of a class
A) may not be in the private section
B) must be in the private section
C) may be in either section
D) can not be called in the main program
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: given the following class definition, how could
Q11: Which part of the ADT tells the
Q12: Given the following strucure definition, what is
Q13: What can a constructor return? _
Q14: Given the following class, what would be
Q16: The name of a constructor is _
Q17: A member function that gets called automatically
Q18: Class data members are almost always public.
Q19: To assign values to a structure variable,
Q20: What is wrong with the following structure