Apple Development

Classes and Inheritance in Swift


Finished section in "Develop in Swift Fundamentals" from Apple. I learned:

  • The difference between a structure and a class
  • How to define a class
  • The concept and importance of inheritance
  • How to write a class that inherits from another class
  • How to use a class to manage complex states in an application

Because classes are similar to structs, I was able to build on that knowledge with some key differences.