Another name for accessor methods is __________.

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


a. getters

Computer Science & Information Technology

You might also like to view...

Which of the following are correct declarations of iterators for STL containers? You may assume that the proper header has been included and that a using directive makes the names from namespace std available.

a) ``` vector::iterator vecIterator; ``` b) ``` list::iterator listIterator; ``` c) ``` deque::iterator dequeIterator; ``` d) ``` list::iterator listIterator; ```

Computer Science & Information Technology

What are four considerations you should make as you select tools for a new team site?

What will be an ideal response?

Computer Science & Information Technology

Ctrl + G is used to access the ____.

A. Go to Next worksheet command B. G column C. Go to a location in the worksheet command D. formula view

Computer Science & Information Technology

A ________ is a small message box that displays when the pointer is placed over a command button.

A. contextual tab B. dialog box C. mini toolbar D. Enhanced ScreenTip

Computer Science & Information Technology