클래스생성하면

Class 클래스이름{
      int변수
public::
    멤버변수()
    멤버변수(int r)
~멤버변수
viod 함수
double 출력()
};

요거맞음??