company logo

static method

A static method is a method, which does not require an instance or collection for being called. Static methods return the same value independent on the object instance or collection it might be called with. Within a static method, one can refer only to static properties.

Generalisations:  methodstatic member
References
Referenced in

Related topics