Why swift is faster then objective c?
Answer / Trivender Kumar
Swift is generally faster than Objective-C due to its more modern design that includes optimizations such as automatic memory management, type safety, and compiler optimizations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Who invented objective c?
What is a dispatch method?
What is the main difference between function calls and messages?
Mention whether nsobject is a parent class or derived class.
Does objective c have pointers?
How do you check for leaks?
Explain types of protocol?
What is dynamic dispatch method?
Is swift objective c?
How to use swift protocol in objective c?
What is an instancetype?
How do you add a category in objective c?