Explanation should include the discussion of the following rule: A subclass inherits all of the members in its superclass that are accessible to that subclass unless the subclass explicitly hides a member variable or overrides a method. (Note that constructors are not members and are not inherited by subclasses.)