▶super : 부모 클래스의 멤버에 접근 할 수 있는 인스턴스

▶super() : 부모클래스의 생성자함수 

   Point pt = new Point(); ->여기서 pt와 같은 역할

   pt.disp();

+ Recent posts