What are the advantages of swift over objective c?
Answer / Mridul Kumar Saxena
Swift offers several advantages over Objective-C. These include: 1) Swift is a safer, more modern language with features such as optionals, error handling, and memory safety. 2) Swift has a simpler syntax and more intuitive coding style, making it easier for developers to read and write code. 3) Swift has better performance due to its optimized compiler and runtime, and it supports concurrency out of the box. 4) Swift is open-source, which means it's free and accessible to everyone.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between array and nsarray?
Explain how to call a function in objective-c?
What is difference between datasource and delegate?
What is kvc and kvo?
Can objective c run on windows?
What is dynamic dispatch method?
What is id type in objective c?
What is difference between nsstring and nsmutablestring?
What are the rules for identifiers?
Explain when to use nsarray and nsmutablearray. Which one is faster and threadsafe?
How do you define a block?
What is assign property in objective c?