From 9951b988bc3c5964be0391de202d216a56a796fe Mon Sep 17 00:00:00 2001 From: pej4303 Date: Sun, 29 Sep 2024 01:07:11 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=AC=EC=8A=A4=ED=8C=85=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contents/posts/archive/java/1/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/contents/posts/archive/java/1/index.md b/contents/posts/archive/java/1/index.md index 7270c44..3df8463 100644 --- a/contents/posts/archive/java/1/index.md +++ b/contents/posts/archive/java/1/index.md @@ -118,4 +118,10 @@ public class PolyTest { + 객체지향 프로그래밍의 개념중 하나로 여러가지 형태를 가질 수 있는 능력을 의미합니다. + 다형적 참조(Polymorphic Reference) + 부모 클래스 타입의 인스턴스로 자식 클래스 타입의 인스턴스를 참조 할 수 있는 기능을 의미합니다. -+ 메소드를 찾는 방향은 자식->부모순으로, 부모에서 내려가면서 찾을 수는 없습니다. \ No newline at end of file ++ 메소드를 찾는 방향은 자식->부모순으로, 부모에서 내려가면서 찾을 수는 없습니다. + + +## 참조 ++ https://medium.com/@binmuxiz/java-polymorphism-%EB%8B%A4%ED%98%95%EC%84%B1-1-%EB%8B%A4%ED%98%95%EC%A0%81-%EC%B0%B8%EC%A1%B0-1ee2e5535268 ++ https://yeoncoding.tistory.com/885 ++ GPT \ No newline at end of file