What is a static method?
A method that cannot be overridden
A method that is implemented in child classes but not in the parent class.
A method that can only be called by the object (Class) and not by an instance of the object.