GIS Dictionary
Browse dictionary
method
URL copied
Share URL
[programming]
In object-oriented programming, an action that an object is capable of performing. Objects that belong to the same class all have the same methods. For example, all Visual Basic form objects can execute a method called "Show and Hide."
Related Terms
API
class
implement
loose coupling
members
object
object-oriented programming
procedure
tight coupling
utility COM object