public Membership(Play p) { play = p; }
public Book(Play p) //클래스 play와 연결; 괄호 속 안 파라미터가 클래스play에서 본인을 받는다. { play = p; }