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

Popular posts from this blog

mysql - How to enter php data into a html multiple select box -

java - Can't add JTree to JPanel of a JInternalFrame -

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -