here first superclass constructor is called then it invoked method of subclass then again subclass constructor is called then why again the method is called though i didnt call the method in subclass constructor???
i expected the output to be
A1
null0falsename age and values are printed
Checking
but the output is A1
null0falsename age and values are printed
Checking
abc12truename age and values are printed