Multiple Choice
An object typically hides its data, but allows outside code to access it through its
A) private member functions.
B) public member functions.
C) public data members.
D) access specifiers.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: A constructor that does not require that
Q9: A structure variable is similar to a
Q10: A structure has member variables, like an
Q11: The _ is used to protect important
Q12: If setSide is a Square class function
Q14: An object is a(n) _ of a
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