Posts by Gilberto Dev • 63 points
1 post
-
6
votes2
answers733
viewsQ: Empty constructor without calling super()
When I do parameterized constructors, I create an empty constructor as well. In the empty constructor, should I always make the call to super()? Why? (Take into account, that my class is just a…