-
210213 TIL: POP-2: type, 함수/메소드TIL 2021. 2. 13. 23:38
POP
https://welly-log.tistory.com/8
Swift4: Protocol Oriented Programming - 2장 타입 선택 내용 정리
함수 vs 메소드
요약
- 함수: 특정 작업을 수행하는 코드 조각, 독립된 기능 수행
- 메소드: 클래스, 구조체, 열거형에 포함되어 있는 함수
'TIL' 카테고리의 다른 글
210216 TIL: POP-5.객체지향 프로그래밍, assert (0) 2021.02.16 210215 TIL: POP-4.Generic, lhs/rhs, declaration order (0) 2021.02.15 210214 TIL: POP-3: extension, subscript, overload/override (0) 2021.02.14 210212 TIL: POP, type, Xcode tip (0) 2021.02.12 210211 TIL: static (0) 2021.02.11