What is 'private', 'protected' and 'public' ?
Answer / Pradip Yadav
In iOS, these are access control modifiers used for classes and methods. private means the member can only be accessed within the class; protected means the member can be accessed within the class and its subclasses; public means the member can be accessed from anywhere.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is onboarding and why is it so important for mobile design? : IOS Architect
What is plist?
Name the application thread from where uikit classes should be used?
what are fetched properties? How do you create a fetched property?
Compare and contrast the different ways of achieving concurrency in os x and ios.
What are the App states in iOS operating system? Explain them
What is the difference between inheritance and category?
What is meaning of 'nonatomic' keyword?
What is difference between category and extension in ios?
Which is easier android or ios development?
What is plist file and explain about it is usage in iOS operating system?
What is main thread checker?