본문 바로가기

Lobo's study room/정보처리기사

[Lobo's Language]msg 오버라이딩

msg 오버라이딩

Child.print();

new Child(”hello”);→System.out.print(”hello”);

System.out.print(”Child”);

“hello””Child”