public, protected and private derivation

Which members of parent class is accessible to the object of derived class in these cases: 1. class child : public parent 2. class child : protected parent 3. class child : private parent.

Thanks in advance...
http://www.cplusplus.com/doc/tutorial/inheritance/
Scroll down about half way and there is a table ;)
Thanks ;)
Topic archived. No new replies allowed.