You are currently viewing a revision titled "class", saved on 2020-06-02 오후 7:36 by 야곰 | |
---|---|
제목 | class |
내용 | 클래스. 객체(object)의 청사진. 객체가 할 수 있는 일과 프로퍼티(property)를 작성한 코드의 조각.
A piece of code that describes the behavior and properties common to any particular type of object, essentially providing a blueprint for the object.
관련 강좌 : 클래스 |
요약글 | |
Markdown content | 클래스. 객체(object)의 청사진. 객체가 할 수 있는 일과 프로퍼티(property)를 작성한 코드의 조각.
A piece of code that describes the behavior and properties common to any particular type of object, essentially providing a blueprint for the object.
관련 강좌 : [클래스](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/%ed%81%b4%eb%9e%98%ec%8a%a4/) |