Does objective-c contain private strategies?
Answer / Mohd Rizwan Anasri
Yes, Objective-C allows you to declare instance variables and methods as private using the '@private' directive in an @interface. Private methods and properties are not accessible from outside the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a protocol in objective c?
What is instancetype?
What is an example of category?
How to convert nsnumber to nsstring in objective c?
What is strong and weak in objective c?
How do you define a protocol?
What are objective c properties?
What is the use of objective c?
How do you write an objective summary?
What is nonatomic and strong in objective c?
What is a delegate objective c?
What is a delegate in objective c?