Answer Posted / Ritesh Kumar Jha
"In Objective-C, there are three main types of identifiers: variable names, method names, and constant names. Variable names can be declared as instance variables, class variables, or local variables. Method names must follow certain conventions like starting with a lowercase letter for instance methods, and ending with a colon (:) for accessors and mutators. Constant names should be declared using the keyword 'const' and cannot be changed after initialization."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category