Why must we use static methods?
There is no need to instantiate the class, right?
Static method means that it can be used without creating a class
There is no need to instantiate the class, right?
Static method means that it can be used without creating a class