What are the rules for identifiers?
Answer / Veer Bahadur Singh
"In Objective-C, identifiers must begin with a lowercase letter or an underscore (_), followed by any combination of letters, digits, and underscores. Keywords cannot be used as identifiers. It's also recommended to use meaningful names for variables and functions."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between weak and unowned?
What is objective c in ios?
How do you write a good objective?
Explain what is data encapsulation in objective-c?
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
What is autoclosure?
Is there function overloading in objective-c?
How would I make a static strategy?
Explain application life cycle or application states?
What happens with the objects if the array is released?
What is protocol in simple words?
How to use objective c file in swift?