Page 36 - Protected Details
The bottom line: when a subclass-outside-the-package inherit a protected member, the member is essentially private inside the subclass,such that only the subclass and its subclasses can access it."
As per the statement, if it is
private inside the subclass, then how the subclass' subclasses access the private of its parent class.
My doubt is only in the statement.
[ May 17, 2007: Message edited by: M Krishnan ]