class X { int mf();
class X { private: int mf();
X x; // zmienna x typu X
int y = x.mf(); // błąd kompilacji: mf jest prywatna (niedostępna)