인스턴스 변수(instance variable)들과 인스턴스 메소드(instance method)들의 집합
public : 외부에서 접근 가능
protected : 상속된 클래스만 접근 가능
private : 외부에서 접근 불가능