Using Object-Oriented Programming in Swift
Difficulty: Intermediate
Duration: 38 seconds
Students: 47
Rating: 5/5
This lesson delves into Object-Oriented Programming (OOP), covering its main components, and then putting these into practice by walking you through the creation of an app using OOP.
Learning Objectives
- Learn about classes and how you can leverage them in your code.
- Learn concepts such as Enum, Inheritance, and Access Levels
- Understand how these can be used to build apps
Intended Audience
This lesson is intended for beginners who want to learn how to build apps using Swift.
Prerequisites
To the most out of this lesson, you should have some basic understanding of programming and computer science in general.
Covered Topics