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. ->


a. dot operator

Computer Science & Information Technology

You might also like to view...

A programmer must do the following before using an array:

a. declare then reference the array. b. create then declare the array. c. create then reference the array. d. declare then create the array.

Computer Science & Information Technology

How can you be sure that the results you obtain from your program are correct?

A. Test it with known values. B. Make sure there are no compiler errors. C. Use someone else’s answers. D. C++ program results are always correct.

Computer Science & Information Technology

Sun Microsystem's StarOffice is the most notable open-source application and a direct alternative to Microsoft Office

Indicate whether the statement is true or false

Computer Science & Information Technology

Why do event-driven GUI programs sometimes require fewer coded loops than their counterpart console applications?

A. Some events are determined by the user's actions when the program is running. B. GUI programs have better loop performance and can benefit more from loop fusion. C. A GUI's properties removes the need for some loops. D. A GUI program can utilize loop nesting, while a console program cannot.

Computer Science & Information Technology