[Swift] First Class Citizen 일급 객체

문다연·2022년 1월 5일
0

ios.moon

목록 보기
10/26
post-thumbnail

First Class Citizen 일급 객체

  • can be stored in variables and data structures
    변수나 상수에 할당해 저장할 수 있어야 한다.

  • can be passed as a parameter to a function
    파라미터로 전달할 수 있어야 한다.

  • can be returned as the result of a function
    함수에서 결과로 return할 수 있어야 한다.

주로 함수형 프로그래밍에서 쓰인다고 한다. 나중에 함수형 프로그래밍을 공부하면서 자세히 알 수 있을 듯 🎯
profile
ios-moon.tistory.com 이전했어요 🚛

0개의 댓글