Static

In relation to computing Static usually means that something is unable to change. In relation to Object Orientated Programming (OOP) Static is used to refer to a Variable or method that is used for multiple different objects. They can be called directly and do not Need an object to be instantiated (created) using a class.

Andrew Thawley Avatar