Multiple Choice
To call a member function for a specific object, you specify the object's name, followed by a(n) ________, then the member function name and a set of parentheses.
A) dot operator
B) colon
C) ::
D) ->
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: A main function can "drive" an object
Q18: Which of the following statements about UML
Q19: Which of the following statements is false?<br>A)
Q20: A default constructor has how many parameters?<br>A)
Q21: Files ending in .cpp are known as
Q23: Which of the following statements is false?<br>A)
Q24: Which of the following statements is false?<br>A)
Q25: Which statement about UML class diagrams is
Q26: The _ statement passes a value back
Q27: A member function that does not, and