목록inheritance (1)
개발자의 삽질
[Swift] Inheritance
https://docs.swift.org/swift-book/LanguageGuide/Inheritance.html Inheritance — The Swift Programming Language (Swift 5.5) 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 오늘은 I..
Swift
2022. 1. 12. 15:00