1.인스턴스 함수안에 스태틱 변수와 함수가 올수 있는 이유는? static 이 instance 함수보다 먼저 메모리 주소를 얻었기 때문에 늦게 온 instance 입장에서는 static 변수와 함수를 호출할 수 있다.