Why swift is faster then objective c?



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

Post New Answer

More Objective-C Interview Questions

Who invented objective c?

1 Answers  


What is a dispatch method?

1 Answers  


What is the main difference between function calls and messages?

1 Answers  


Mention whether nsobject is a parent class or derived class.

1 Answers  


Does objective c have pointers?

1 Answers  


How do you check for leaks?

1 Answers  


Explain types of protocol?

1 Answers  


What is dynamic dispatch method?

1 Answers  


Is swift objective c?

1 Answers  


How to use swift protocol in objective c?

1 Answers  


What is an instancetype?

1 Answers  


How do you add a category in objective c?

1 Answers  


Categories