What are the rules of variable?
Answer / Vidhu Sharma
"In Objective-C, variables must be declared with a type before they can be used. You should also follow naming conventions (see above) and declare variables at the start of a function or method. In addition, you need to assign a value to a variable before using it."
| Is This Answer Correct ? | 0 Yes | 0 No |
When to use nsautoreleasepool??
Tell me about important protocol being used in objective c?
What is assign property in objective c?
Is swift or objective c better?
What is an example of tangible property?
What's the difference between a thread safe and a thread unsafe function?
How the class “implementation” is represented in objective-c?
What is a class in xcode?
What is a .m file?
Is objective c hard?
What are the three main types of property?
Does objective c support multiple inheritance?