Hi, I read the Sun Java tutorial twice times in this year about this topic. March 2006, it says: "A subclass inherits all the members variables and methods from its superclass. However the subclass might not have access to an inherited member variable or method. For example a subclass cannot access a private member inherited from its superclass. One might think ...