Mutator methods are sometimes called __________.

a. getters
b. accessors
c. setters
d. constructors


c. setters

Computer Science & Information Technology

You might also like to view...

An Airplane class and a Jet class has what type of C++ relationship?

A. The Jet is an Airplane. B. The Airplane is a Jet. C. The Airplane uses a Jet. D. The Airplane was a Jet.

Computer Science & Information Technology

A(n) ______________________________ customer purchases the VoIP product of their choice, and simply enables it to work on the ViaTalk network using the ViaTalk SIP credentials.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

To create a book, you add what to the Book panel?

What will be an ideal response?

Computer Science & Information Technology

Which statement would be used to define a 10 element integer ar-ray c?

a) Array c = int[10]; b) c = int[10]; c) int Array c[10]; d) int c[10];

Computer Science & Information Technology