Skip to main content
  1. Tags/

“final”

2023


Day 12 - Swift Classes and Inheritance

·3044 words·15 mins
Classes are quite similar to Struct at first glance. With Classes we can create new data types with their own properties and methods.