Hi there ...
This is the fourteenth chapter of Mastering Swift Tutorial series. In this chapter we are gonna learn access controls in swift. Access Control allows us restriction. We can hide or expose methods or properties or classes or structures etc. With that ability, it is possible to maintain safety in our codebase. In swift there are 5 access levels. These are :
Open
Public
Internal
Fileprivate
Private
00:06 What is access controls ?
00:41 Open access level
01:20 Public access level
01:45 Internal access level
02:09 Fileprivate access level
02:26 Private access level
02:42 Examples on the code
You are gonna see lot of things about programming in a simplified tutorials.
What do you waiting for to be a member of this ship.
You can support this ship by subscribing : - / @programmership
#open
#private
#fileprivate