Java View all facts Glossary Help |
| member > method > accessor method > set method |
| set method comparison table | ||||
| Subject | is a synonym of | is a kind of | has definition | name |
|---|---|---|---|---|
| accessor method | method | A method which returns (getter) or changes (setter, mutator) the state of an object | ||
| set method | setter | accessor method | A method which changes the state of an object | using "set" in its name by convention |
Next accessor method: get method Up: accessor method