All Questions
1 question
-2
votes
4
answers
4k
views
Why must a constructor's call to the superconstructor be the first call?
It is an error if you do anything in a constructor before calling the superconstructor. I remember that I had problems because of that. Yet, I do not see how this saves us from errors. It could save ...