Creating a Model

Intermediate
9m
42
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.

 

About the Author
Students
2,773
Courses
55
Learning paths
3

Atil is an instructor at Bogazici University, where he graduated back in 2010. He is also co-founder of Academy Club, which provides training, and Pera Games, which operates in the mobile gaming industry.

Covered Topics