Reference Types1 [Swift] Structures and Classes (구조체와 클래스) References https://docs.swift.org/swift-book/LanguageGuide/ClassesAndStructures.html Contents 구조체와 클래스 비교 Structures and Enumerations are Value Types Class are Reference Types 구조체(Structures)와 클래스(Classes)는 범용적(general-purpose)이고 유연한 구성 요소입니다. 상수나 변수, 함수를 정의하는 문법을 동일하게 사용하여 속성(프로퍼티, property)와 메소드(method)를 정의하여 구조체나 클래스에 기능을 추가할 수 있습니다. 다른 프로그래밍 언어와 달리 Swift는 커스텀 구조체나 클래스를 위해 인터페이스와 구현 파일을 분리하여 .. 2021. 12. 24. 이전 1 다음