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 are objective- c blocks?
Explain the way messaging works in objective-c?
Is objective c and c the same?
How to create thread in objective c?
What is an extension?
Explain the difference between #import and #include in objective-c?
What is main storyboard?
What is dictionary objective c?
Is it possible to implement dealloc in arc?
What is retain count?
What is a class in objective c?
Explain the types of protocol?