Posts by m0baa • 23 points
1 post
-
2
votes1
answer256
viewsQ: Instantiating an object in the same constructor class is "inelegant"?
It is always seen as a good practice of programming if we create a class for the object, where we have the constructor and make the methods and another class where we instantiate several objects of…