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

Udemy/section5/66: protected #42

Open
4BFC opened this issue Sep 23, 2024 · 0 comments · Fixed by #41 or #43
Open

Udemy/section5/66: protected #42

4BFC opened this issue Sep 23, 2024 · 0 comments · Fixed by #41 or #43
Assignees
Labels
2회독 회독

Comments

@4BFC
Copy link
Member

4BFC commented Sep 23, 2024

✍Udemy/section5/66: protected

해당 issue는 실습을 하지 않고 개념만 작성한 issue 입니다. 진도를 빠르게 넘어가기 위함이니 아래 개념만 익혀두면 설명이 충분합니다. 따라 실습관련 브랜치는 없습니다.

🔥KeyWord

  • protected

📝Description

  • protected
    • protected는 private, public과 같은 접근권한 중 하나이다. 이는 상속을 받은 클래스에서 private와는 달리 접근을 할 수 있다.
      • 허용 범위에 따른 크기 순서
        • public(accessed) > proteced(accessed) > private(unaccessed)

📌Summary

@4BFC 4BFC added the 2회독 회독 label Sep 23, 2024
@4BFC 4BFC added this to the Udemy:TypeScript milestone Sep 23, 2024
@4BFC 4BFC self-assigned this Sep 23, 2024
@4BFC 4BFC linked a pull request Sep 23, 2024 that will close this issue
@4BFC 4BFC linked a pull request Sep 23, 2024 that will close this issue
@4BFC 4BFC changed the title Udemy/section5/66 Udemy/section5/66: protected Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2회독 회독
Projects
None yet
1 participant