꿀단지 :: 2022 하계 모각코 4회차 결과

문다연·2022년 7월 24일
0
post-thumbnail

목표

Swift5 문법 : 수강강의✅

Section 16. Structure and Class (30')
Section 17. Property (36')
Section 18. Method and Subscript (26')
Section 19. Inheritance and Polymorphism (54')

내용

Structure and Class

  • Structures and classes
  • Initializer Syntax
  • Value Types vs Reference Types
  • Identity Operator
  • Nested Types

Property

  • Stored Property
  • Computed Property
  • Property Observer
  • Type Property
  • self, super

Method and Subscript

  • Instance Method
  • Type Method
  • Subscript
  • Dynamic Memeber Lookup

Inheritance and Polymorphism

  • Inheritance
  • Overriding
  • Upcasting and Downcasting
  • Type Casting
  • Any and AnyObject
  • Overloading

결과

Github


회고

객체지향 프로그래밍 언어로 가장 중요한 객체와 클래스에 대한 내용을 다뤘다. 
최근에 공부하는 MVVM 패턴에서는 모델을 잘 설계하고 구현해야한다는 점에서
가장 중요한 파트였기 때문에 더 열심히 공부했다.

그리고 코딩하면서 self 키워드와 Any 타입의 정체와 사용 시기에 대해 의문이 많았는데,
이번 강의파트를 들으며 의문이 모두 해결되었다.
profile
ios-moon.tistory.com 이전했어요 🚛

0개의 댓글