목록오버라이딩 (1)
소피it블로그
[Swift 공식문서] Inheritance 정리
https://docs.swift.org/swift-book/LanguageGuide/Inheritance.html Inheritance — The Swift Programming Language (Swift 5.7) Inheritance A class can inherit methods, properties, and other characteristics from another class. When one class inherits from another, the inheriting class is known as a subclass, and the class it inherits from is known as its superclass. Inheritance is docs.swift.org 클래스는 ..
개발_iOS/스위프트
2022. 6. 9. 19:59