Explain "private", "Protected" and "Public"?

Submitted by: Muhammad
☛ private - limits the scope class variable to the class that declares it.
☛ protected - Limits instance variable scope to declaring and inheriting classes.
☛ public - Removes restrictions on the scope of instance variables
Submitted by: Muhammad

Read Online iOS Developer Job Interview Questions And Answers