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

Verified
Correct Answer:
Verified
Related Questions
Q7: A constructor is a public class function
Q15: A constructor is a public class function
Q30: member function may be called by a
Q31: A destructor is a member function that<br>A)is
Q32: Objects permit data hiding. This means they
Q33: If Circle is the name of a
Q34: If Square is the name of a
Q35: A class may have default constructor(s)and destructor(s).<br>A)more
Q38: The name of a destructor must begin
Q40: The is used to protect important data.<br>A)protect()member