Lobo's study room/정보처리기사
[Lobo's Language]msg 오버라이딩
Lobo
2023. 3. 25. 19:28
msg 오버라이딩
Child.print();
new Child(”hello”);→System.out.print(”hello”);
System.out.print(”Child”);
“hello””Child”