Multiple Choice
A(n) ________ member function may be called by a statement in a function that is outside of the class.
A) inline
B) public
C) private
D) declared
E) constructor
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: A constructor is a public class function
Q16: A C++ member function that sets or
Q17: Public members of a class object can
Q18: Accessors are sometimes called _ functions and
Q19: What will the following code segment display?<br>Enum
Q21: If Square is the name of a
Q22: The name of a destructor must begin
Q23: A constructor may have a return type
Q24: Which of the following statements about ADTs
Q25: A class declaration provides a pattern for