Skip to content

Commit

Permalink
포스팅 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
pej4303 committed Sep 28, 2024
1 parent b06b8be commit 9951b98
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion contents/posts/archive/java/1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,10 @@ public class PolyTest {
+ 객체지향 프로그래밍의 개념중 하나로 여러가지 형태를 가질 수 있는 능력을 의미합니다.
+ 다형적 참조(Polymorphic Reference)
+ 부모 클래스 타입의 인스턴스로 자식 클래스 타입의 인스턴스를 참조 할 수 있는 기능을 의미합니다.
+ 메소드를 찾는 방향은 자식->부모순으로, 부모에서 내려가면서 찾을 수는 없습니다.
+ 메소드를 찾는 방향은 자식->부모순으로, 부모에서 내려가면서 찾을 수는 없습니다.


## 참조
+ 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

0 comments on commit 9951b98

Please sign in to comment.