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

1장(48p) : 자바 함수 #1

Open
lyouxsun opened this issue Feb 11, 2024 · 2 comments
Open

1장(48p) : 자바 함수 #1

lyouxsun opened this issue Feb 11, 2024 · 2 comments
Labels
question Further information is requested

Comments

@lyouxsun
Copy link
Contributor

질문 내용

Q. 함수는 왜 필요할까?

참고할 만한 자료

  • 메서드와 함수의 차이
  • 일급 시민의 특징

ETC

  • 책 48쪽 맨 아래에 나오는 질문인데 이 질문이 1장의 주제인 것 같아서 복습용으로 질문합니다! 이걸 생각하며 읽으면 1장이 잘 정리되는 것 같아요! :)
@lyouxsun lyouxsun added the question Further information is requested label Feb 11, 2024
@lyouxsun
Copy link
Contributor Author

🚀 추가 질문!!
Q. 책에서는 함수(function)가 정적 메서드(static method)와 같은 의미라고 했는데,
함수 : 값으로 사용 가능한 메서드
메서드 : 이급 시민 (값으로 사용 불가능) 인 메서드
라고 생각해도 될까요??

@lyouxsun
Copy link
Contributor Author

메서드 : 클래스에 종속되는 것
함수 : 클래스에 종속되는 것

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

No branches or pull requests

1 participant