Object - Method
> Code - (Programming|Computer) Language > Language - Object
Table of Contents
1 - About
A method is a function associated with a named type (ie a variable). Generally an object created from a class.
2 - Articles Related
Advertising
3 - Static
Static methods are called without instantiating their class and cannot be called through a class instance.
Static methods are often used to create utility functions (not related to an object, that can be called globally) for an application.