Static method

In object-oriented programming, a function packaged along with a given class; not really a method at all. When invoking an object method, the class of the object is not generally known until run time so method lookup is a run-time process.

Free Online Dictionary of Computing