Java View all facts Glossary Help |
| member > method > accessor method > get method |
| get 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 | ||
| get method | getter | accessor method | A method which returns the state of an object | using "get" in its name by convention |
Next accessor method: set method Up: accessor method