Which is better swift or objective c?
Answer / Ayan Kantha
Both Swift and Objective-C have their strengths. Swift is newer, more modern, offers improved performance, and is easier to learn for those coming from other programming languages. Objective-C, however, has a rich ecosystem for iOS development and extensive third-party libraries.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is concept of property?
What is the difference between nsstring and string?
What is responder chain?
What is nsarray objective c?
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
What is the major difference between objective c and swift?
What are the delegate?
What is difference between nsstring and nsmutablestring?
What is autoclosure?
Explain the difference between #import and #include in objective-c?
How can we put nil it into dictionary/array?
Is swift based on objective c?