What's true about constructors?
super()
Exactly! We have to call the superclass constructor with super()
but we don't have to put it right after the introduction or redo what it already did.
Oh noes! We have to call the superclass constructor with super()
but we don't have to put it right after the introduction or redo what it already did.