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 |
Is objective c deprecated?
How declare methods in objective c?
How do you write an objective?
How do you define a block?
Can protocols have properties?
What is protocol with example?
What is kvc and kvo?
Explain what is data encapsulation in objective-c?
Does objective-c contain private strategies?
How to check array contains value in objective c?
What is inheritance in objective c?
Why is objective c syntax so weird?