Advanced Swift: Protocol Oriented Programming

Advanced Swift: Protocol Oriented Programming

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 0h 21m | 190 MB

Swift protocol oriented programming gives you the power of object oriented programming with better composability and without the baggage of class inheritance.

This course is for developers interested in getting a deeper understanding of the Swift language. It expects you to be comfortable with the basic syntax of Swift and to have perhaps written an app or two. You should be familiar with basic types in the Swift standard library.

This course focuses on:

  • Protocol oriented programming
  • Class dispatch
  • Protocol dispatch
  • Retroactive modeling
Table of Contents

1 Promo
2 В Introduction
3 В Class Dispatch
4 В Protocol Dispatch
5 В Challenge – OOP vs POP
6 В Retroactive Modeling
7 В Challenge – Retroactive Modeling
8 В Conclusion