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 difference between datasource and delegate?
What is the isa member?
Is objective c hard to learn?
Who calls dealloc method? Can we implement dealloc in arc? If yes, what is the need to do that?
What type of language is objective c?
Which language does apple use?
What is single inheritance in objective-c?
How to create uibutton programmatically in objective c?
Is objective c object oriented?
What is dot notation?
What happen if we send any message to an object which is released?
Distinguish between @synthesize and @dynamic in objective –c?