Answers

Question and Answer:

  Home  iOS Developer

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

☛ 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

 180 views

More Questions for you: