adspace


What is swift? How is it different from objective-c?

Answer Posted / Supriya Gupta

Swift is Apple's modern, open-source programming language for iOS, macOS, watchOS, and tvOS. It was introduced in 2014 to replace Objective-C. Compared to Objective-C, Swift offers safer, more robust, and easier-to-use features such as optionals for handling null values, modern syntax, and improved performance.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the common execution states for a swift ios app (ios application lifecycle).

900


Explain some biggest changes in usernotifications.

925


How can you define a base class in swift?

931