Is objective c better than swift?
Answer / Rabindra Kumar
Both Objective-C and Swift have their strengths. Swift is generally considered more modern, safer, and easier to learn, but Objective-C still has a large existing codebase and is well-suited for certain tasks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how to call a function in objective-c?
What are the rules for identifiers?
What does r mean in xcode?
Can you learn swift without knowing objective c?
When should you call dealloc method? Is it possible to implement dealloc in arc?
What optional binding?
What is the primary use of the category in the objective-c?
What is delegate in objective c?
What is protocol in simple words?
What is data encapsulation in objective-c?
What is atomic in objective c?
When should you call dealloc method?