Is swift based on objective c?
Answer / Amt Dinesh Kumar Asthana
No, Swift is not based on Objective-C. It was developed by Apple as a modern replacement for Objective-C, aiming to provide a more reliable, powerful, and easy-to-use language for iOS, macOS, watchOS, and tvOS app development.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between a script file and a function matlab?
What happens with the objects if the array is released?
Can you please explain the way messaging works in objective-c?
What's the difference between a thread safe and a thread unsafe function?
Is objective c better than c++?
Why is objective c better than swift?
Does objective c have function overloading?
How do you add a category in objective c?
What is a delegate? Can you retain delegates?
Is swift faster than objective c?
Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?
When would you use nsarray and nsmutablearray?