Class Method와 Static Method의 차이점

Class Method : **override**가 가능하다.

Static Methdod : **override**가 불가능 하다.