You are currently viewing a revision titled "structure", saved on 2020-06-02 오후 7:35 by 야곰 | |
---|---|
제목 | structure |
내용 | 구조, 구조체. 클래스(Class)와 유사한 데이터 타입의 한 종류. 클래스와 유사하지만 상속(inheritance)을 지원하지 않고 참조(reference) 대신 값(value)을 전달한다.
A data type that’s similar to a class, but doesn’t support inheritance and is passed by value instead of by reference.
관련 강좌 : 구조체 |
요약글 | |
Markdown content | 구조, 구조체. 클래스(Class)와 유사한 데이터 타입의 한 종류. 클래스와 유사하지만 상속(inheritance)을 지원하지 않고 참조(reference) 대신 값(value)을 전달한다.
A data type that’s similar to a class, but doesn’t support inheritance and is passed by value instead of by reference.
관련 강좌 : [구조체](https://yagom.net/courses/swift-basic/lessons/%ec%82%ac%ec%9a%a9%ec%9e%90%ec%a0%95%ec%9d%98-%ed%83%80%ec%9e%85/topic/%ea%b5%ac%ec%a1%b0%ec%b2%b4/) |