What is better objective c or swift?
Answer / Vaibhav Tyagi
Both Objective-C and Swift have their strengths, but Swift is generally considered more modern, safer, and easier to learn. It also offers performance improvements compared to Objective-C.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to use objective c file in swift?
Explain immutable types in objective c programming language?
How to convert nsnumber to nsstring in objective c?
Can you differentiate polymorphism from abstraction?
What is nsarray objective c?
What is lazy var?
Tell me something about objective-c blocks?
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
Is apple stopping supporting objective c?
Who introduced objective-c & when?
Is objective c garbage collected?
Is objective c, a dynamic language? True/false, explain.