Class Relationship

What does it mean when the class is declared in this form, and the data members thereof?:

1
2
3
4
5
6
7
class A : private B
{
//...
//...
//...

};
http://www.cplusplus.com/doc/tutorial/inheritance/
scroll down to 'inheritance' section.
Topic archived. No new replies allowed.