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 |
Why is objective c syntax so weird?
What is dictionary objective c?
Is objective c still used?
What is 'protocol' on objective c?
Is objective c type safe?
How do you get closure?
What does __ block do?
Can a protocol have properties?
What do you mean by @synthesize and @dynamic in the objective-c? And also explain what do you mean by synthesized in objective-c?
How does dispatch_once manages to run only once?
Is objective c difficult?
How would I make a static strategy?