Q&A
Ask and answer questions to make information more available to wider audiences.
Johnny Akin @akinjohnny   20, Jun 2023 12:00 AM
Swift and Objective-C
What is Swift and what is Objective-C?
answers 2
 
Answer 1
John Caroso @johncaroso123   27, Jun 2023 03:07 PM
The primary programming language for writing applications for OS X and iOS is Objective-C. It’s an object-oriented programming language with a dynamic runtime that’s a superset of the C programming language. Objective-C takes C’s syntax, primitive types, and flow control statements and adds class and process definition syntax.
 
Answer 2
John Caroso @johncaroso123   27, Jun 2023 02:52 PM
Swift is a modern programming language created by Apple for iOS, OS X, watchOS, and tvOS apps that combines the best of C and Objective-C but without the C compatibility issues. Swift follows secure programming patterns while also incorporating modern features to make programming simpler, more versatile, and enjoyable. Swift is welcoming to novice programmers and feels familiar with Objective-C developers.