private 메서드 public 메서
private = 외부에서 호출할 수 없다.
public = 외부에서 호출할 수 있다.
private은 같은 클래스에 있는 메서드에서 호출할 수 있다.