Why is objective c syntax so weird?
Answer / Mohit Singh Chauhan
"Objective-C's syntax can appear strange to those accustomed to other programming languages because it is a superset of the C programming language and includes Objective-C extensions. It uses square brackets `[]` for array indexing, @ symbols for defining classes and methods, and message syntax for method calls (e.g., `[object method]`)."
| Is This Answer Correct ? | 0 Yes | 0 No |
When should you call dealloc method?
What is the point of closures?
What is an accessor method?
What is difference between method and constructor?
Explain the types of protocol?
How to convert string to nsnumber in objective c?
Explain what is dot notation?
What is the protocol in objective c?
Is objective c type safe language?
What does __ block do?
What happen if we send any message to an object which is released?
What is parsing? Mention which class can you use for parsing of xml in iphone?