objective c - Define instance Variables without property -
I know that it is possible to define a frequency variable without having a property in Objective-C when I curly braces on top I use interface or implementation but when I do this, what is the use of it?
Most profitable This variable is actually private / protected / public members according to the keyword (@ personal / @ Secure / public) you set
Take a look at this
Comments
Post a Comment