Posts by Leopoldo Nascimento • 21 points
1 post
-
2
votes1
answer426
viewsQ: Instantiate class or use public methods?
When using a class method, there are two approaches: instantiating the class and using the method by the object, or making the method public static and call directly. Is there a problem using one or…