Is swift faster than objective c?
Answer / Deepak Kumar
Swift, being a newer language and designed with modern programming principles in mind, generally performs better than Objective-C due to optimizations such as Automatic Reference Counting (ARC) and improvements in compiler technology.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between weak and unowned?
Can you please explain the way messaging works in objective-c?
What is immutable infrastructure?
How dispatch_once runs only once?
What is single inheritance in objective-c?
What is a .m file in xcode?
What are the advantages of using objective-c?
What is difference between method and constructor?
What is dot notation?
How to declare global variable in objective c?
Explain what is protocol in objective-c?
Is c and objective c the same?