These methods and variables live on the class itself and are not unique to a single instance. Static methods can be called from the class. Calling a static method or static variable from an instance is an exception. Static properties don't belong to an instance.