Next Insurance interview question

Given a code in java, describe what it does.

Interview Answer

Anonymous

Nov 29, 2018

You should remember that if you class B that extends class A, and you call the B constructor, then by defult, the first thing that the constructor does is to call super().