By convention, __________ methods begin with get.

Options
- Accessor
- Mutator
- Neither a nor b
- Object


CORRECT ANSWER : Accessor

Discussion Board
Accessor method

By convention, accessor methods begin with get. Accessor methods are used to read data values of an object.

Prajakta Pandit 02-22-2017 07:06 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement