You are currently viewing a revision titled "기반 클래스 (Base Class)", saved on 2020-06-04 오후 9:56 by 야곰 | |
---|---|
제목 | 기반 클래스 (Base Class) |
내용 | |
요약글 | |
Markdown content | 다른 어떠한 [클래스](/docs/class)도 상속받지 않은 클래스.
Objective-C는 모든 클래스가 NSObject 클래스로부터 상속되는 것과 달리
Swift는 Superclass 지정 없이 클래스 선언이 가능하고, 그 자체가 SuperClass가 된다.
관련 강좌
* [클래스](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/)
* [상속](https://yagom.net/courses/swift-basic/lessons/%ed%83%80%ec%9e%85-%ec%8b%ac%ed%99%94/topic/%ec%83%81%ec%86%8d/) |