binding

munkyungjung·2022년 5월 10일
0

Java

목록 보기
10/11

early binding

  • Method definition과 method invocation의 연결이 compile time에 일어남
    -Early binding objects are basically a strong type objects or static type objects.

late binding

  • Method definition과 method invocation의 연결이 그 method가 call 된 순간 일어남
    -하나의 method invocation에 여러 의미를 가지게 하는 메카니즘은 polymorphism을 말하며, late binding에 의해 구현될 수 있다.
profile
bentori nuna

0개의 댓글

관련 채용 정보