ocr: class Point € public: Point ( int, int >: Point (; This public access specifier int &x( int ); affects all members until the next int &y( int ); access specitier. private: int X; This private access specitier affects all int y; members until the class end. (If more J; access specitiers followed, private would affect all the members until the next access specifier.)