A static method is created with the "static" keyword, and you can only call the method on the class itself.
To use the "myCar" object inside the static method, you can send it as parameter.