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