in object-oriented programming, access from a static (class) context, as opposed to one from a particular object instance context
In object-oriented programming, access from a static (class) context, as opposed to one from a particular object instance context.
See also: 'static-classes' tag wiki at Stack Overflow:
In object oriented programming a static class is a class whose members must be accessed without an instance of the class. Its members must be created as static.