Private Attributes

I know a child class cannot directly use the private attributes of the parent class. Is there a way that it could still make use of them indirectly?
If the parent class has non-private methods that modify those, the child class can use those.
Thanks fire, that was what I was thinking!!
Topic archived. No new replies allowed.