Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 609 Bytes

File metadata and controls

20 lines (17 loc) · 609 Bytes

SW-Lab-U01_W02_D07_08-SwiftFundamentals-4

Fundamentals covering Classes versus Structs, Arrays and Loops

Topics

  1. Classes versus Structs
  2. Default and overloaded initializers
  3. Access to values through substring syntax.
  4. How Class instances behave in memory compared to Struct instances
  5. Assignation by reference and by value
  6. When to use a struct over a class and vice versa.
  7. Collections - Arrays
  8. Mutable Arrays
  9. Adding, removing and replacing items in arrays.
  10. Loops

Description

  1. Battery of exercises included in the playgrounds

DeadLine

Wednesday 13th October 9:15 am