Multiple Choice
Public members of a class object can be accessed from outside the class by using the
A) dot operator.
B) get function.
C) extraction operator.
D) member access operator.
E) class name.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: If setSide is a Square class function
Q13: An object typically hides its data, but
Q14: An object is a(n) _ of a
Q15: A constructor is a public class function
Q16: A C++ member function that sets or
Q18: Accessors are sometimes called _ functions and
Q19: What will the following code segment display?<br>Enum
Q20: A(n) _ member function may be called
Q21: If Square is the name of a
Q22: The name of a destructor must begin