Page 1 of 1

About Question enthuware.ocajp.i.v7.2.934 :

Posted: Thu Jun 07, 2012 7:31 pm
by patrickK
I found this statement to be a little vague. I read it as saying that the only case in which you can call public and protected constructors of the super class is if the subclass is not in the same package. It's still false, but as it's written it's ambiguous.

Re: About Question enthuware.ocajp.i.v7.2.934 :

Posted: Thu Jun 07, 2012 8:00 pm
by admin
This has been reworded to :
You can call only public and protected constructors of the super class from a subclass if the subclass is not in the same package because only those are inherited.
Is that better now?

thank you for your feedback!