Why is objective c better than swift?
Answer / Dushyant Kumar
Objective-C has been used for many years in Apple's ecosystem, and it has a large number of existing libraries and frameworks that developers can leverage. It also allows for dynamic runtime behavior and object orientation which some developers prefer.
| Is This Answer Correct ? | 0 Yes | 0 No |
How is string represented in objective-c?
When will you use nsarray and nsmutablearray? Which one is faster?
What is difference between extern and global?
How to use objective c file in swift?
What is .m file in objective c?
Mention what is the primary use of the category in the objective-c?
What is autoclosure?
Is objective c similar to java?
What is the difference between class and category?
When should you call dealloc method?
What is an instancetype?
Can you please explain the way messaging works in objective-c?