Home / def / method 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
method
A method is a function associated with an object.

A method can be either public or private, and can be static.

A method can return a value, whose datatype is the datatype of the method.

A method have arguments, each one having a datatype. Some arguments can be optional.

See also

Method Declaration  Gambas Object Model