-
제공되는 기능과 내부의 행동이 모두 동일한 클래스 라면.. 예를 들어 class Point { private: int xpos, ypos; public: Point(int x=0, int y=0) : xpos(x), ypos(y) {} void ShowPosition() const { cout