If the class you're inheriting from declares instance variables as private, the inherited class can access those instance variables directly.
Response Feedback:
Actually, if the class you're inheriting from declares instance variables as protected, the inherited class can access those instance variables directly.