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 |
Can you write setter method for a retain property?
Explain what is #import?
What does alloc mean in objective c?
What is a goal and objective?
What is m script in matlab?
Who invented objective c?
What is difference between datasource and delegate?
Who made objective c?
Can you retain delegates?
What is the difference between typedef and enum?
When will you use nsarray and nsmutablearray? Which one is faster?
What do you mean by @synthesize and @dynamic in the objective-c?