Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4주차 스터디 : Chapter 13. 디폴트 메서드 #12

Open
xlffm3 opened this issue Mar 14, 2021 · 4 comments
Open

4주차 스터디 : Chapter 13. 디폴트 메서드 #12

xlffm3 opened this issue Mar 14, 2021 · 4 comments

Comments

@xlffm3
Copy link
Member

xlffm3 commented Mar 14, 2021

기간

  • 2021.03.12 ~ 2021.03.19

진행자

  • 바다
@xlffm3
Copy link
Member Author

xlffm3 commented Mar 14, 2021

공부한 내용

https://xlffm3.github.io/java/chapter13-default-methods/

느낀 점, 궁금한 점

  • 인터페이스에 디폴트 메서드가 도입됨으로써 추상클래스와 다른게 무엇인지 다소 혼동이 많았는데 이번 장을 통해 그 목적 자체가 다름을 느꼈다.
  • 또한 디폴트 메서드들의 시그니처가 중복될 때 어떤 것을 컴파일러가 선택하는지 등의 해석 규칙을 통해 앞으로 개발 중 디버깅에 있어서 큰 도움이 될 것 같다.

@thisisyoungbin
Copy link
Member

공부한 내용

CHAP 13. 디폴트 메서드

느낀 점, 궁금한 점

  • 같은 시그니처의 디폴트 메서드를 상속받는 경우, 컴파일러가 선택하는 규칙을 잘 알고 있어야겠다!
  • 호환성에도 종류가 있었다는 것을 알게됐다.

@xrabcde
Copy link
Collaborator

xrabcde commented Mar 26, 2021

공부한 내용

Book/모던자바인액션/ 13장. 디폴트 메서드

느낀 점, 궁금한 점

  • 헷갈렸던 인터페이스와 추상 클래스의 차이를 조금 정리할 수 있었고
  • 인터페이스에도 메서드를 구현할 수 있었다니..
  • 해석 규칙은 좀 잘 알아둬야겠다.

@KJunseo
Copy link
Member

KJunseo commented Apr 15, 2021

공부한 내용

느낀점

  • 해석 규칙을 알아두면 유용하게 사용할 수 있을 것 같다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants