Why swift is faster than objective c?
Answer / Km. Ranjna Shakya
Swift is generally faster than Objective-C because it has a more modern design with optimized performance features. Swift eliminates the need for manual memory management, which can result in reduced overhead and faster execution times.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a delegate in objective c?
What are the blocks? How will you use them?
What are the adavantages of gcd over nsthread?
What is objective point of view?
Can we create dynamic classes in objective c? If yes, explain how to create with a valid use case?
How to convert nsnumber to nsstring in objective c?
How do I create a bridging header file?
What is ivar objective c?
What happens when you create a block?
Is method and function same?
Is objective c statically typed?
Can you write setter method for a retain property?