Java   View all facts   Glossary   Help
member > method > accessor method
Next methodclass method    Upmethod    Previous methodsubstring   

accessor method comparison table
Subject is a synonym of has definition name
get methodgetterA method which returns the state of an objectusing "get" in its name by convention
set methodsetterA method which changes the state of an objectusing "set" in its name by convention

Next methodclass method    Upmethod    Previous methodsubstring