비밀번호확인
-
200925 - TILTIL/2021 2020. 9. 26. 03:22
Swift 문법 오늘은 Property, Method, Inheritance에 대해서 공부했다. Property Instance Property Stored Property Computed Property Property Observer Type Property Lazy Property method Instance Method Type Method mutating self Self Subscript Inheritance 상속을 하는 방법 Super Class Sub Class Upcasting DownCasting override overloading Type Casting as와 is Any와 AnyObject 각각의 개념들은 여러 번 반복해서 보니 이해가 됐다. 이제 이 개념들을 잘 조합해서 하나로 ..